Skip to content

Commit 2d5839d

Browse files
committed
pushing changes
1 parent 310310c commit 2d5839d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/LinkChecker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16+
with:
17+
ref: "gh-pages"
1618

1719
- name: Link Checker
1820
uses: lycheeverse/[email protected]
1921
with:
20-
# Exclude known hosts that block crawlers or are served behind paywalls
2122
args: >-
2223
--verbose --no-progress **/*.html
2324
--exclude=".+gstatic.+"

0 commit comments

Comments
 (0)