Skip to content

update script for caching #7

update script for caching

update script for caching #7

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: Build
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: boo
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: tidy
run: find site/ -type f -name "*.html" -exec tidy -f errors.txt -m -utf8 -i {} \;