Skip to content

Commit 84b2080

Browse files
chore: Update tidy.yml (#1137)
1 parent ce27646 commit 84b2080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tidy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch: {}
44
push:
55
branches:
6-
- gh-pages
6+
- main
77
paths:
88
- index.html
99

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

0 commit comments

Comments
 (0)