Skip to content

Commit

Permalink
update script for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörn Guy Süß committed Aug 12, 2024
1 parent fba09fb commit 62c38f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: awalsh128/cache-apt-pkgs-action@latest
- 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 {} \;

0 comments on commit 62c38f6

Please sign in to comment.