File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments