Skip to content

Commit 0a5d0b5

Browse files
authored
Update checklink.yml
1 parent 7388c22 commit 0a5d0b5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/checklink.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ jobs:
3737
HUGO_ENVIRONMENT: production
3838
HUGO_ENV: production
3939
run: hugo --environment GitHubPages -d $GITHUB_WORKSPACE/dist
40-
# - name: Test HTML
41-
# uses: wjdp/htmltest-action@master
42-
# with:
43-
# # For consistency, use the same config file as for local builds
44-
# config: .htmltest.yml
45-
# - name: Archive htmltest results
46-
# if: always()
47-
# uses: actions/upload-artifact@v4
48-
# # Note: Set ACTIONS_RUNTIME_TOKEN env variable to test with nektos/act
49-
# with:
50-
# name: htmltest-report
51-
# path: tmp/.htmltest/htmltest.log
52-
# retention-days: 7 # Default is 90 days
40+
- name: Test HTML
41+
uses: wjdp/htmltest-action@master
42+
with:
43+
# For consistency, use the same config file as for local builds
44+
config: .htmltest.yml
45+
- name: Archive htmltest results
46+
if: always()
47+
uses: actions/upload-artifact@v4
48+
# Note: Set ACTIONS_RUNTIME_TOKEN env variable to test with nektos/act
49+
with:
50+
name: htmltest-report
51+
path: tmp/.htmltest/htmltest.log
52+
retention-days: 7 # Default is 90 days

0 commit comments

Comments
 (0)