Skip to content

Commit

Permalink
chore: Update tidy.yml (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jul 2, 2024
1 parent ce27646 commit 84b2080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch: {}
push:
branches:
- gh-pages
- main
paths:
- index.html

Expand All @@ -12,7 +12,7 @@ jobs:
name: Tidy up
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: brew install tidy-html5
- run: tidy -config tidyconfig.txt -o index.html index.html
- uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 84b2080

Please sign in to comment.