File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v3
1919 with :
2020 submodules : recursive
21+ - name : Update Latest URL content
22+ shell : pwsh
23+ pwshrun : |
24+ .\createLatest.ps1
2125 - name : npm install
2226 working-directory : ./
2327 run : |
@@ -33,16 +37,16 @@ jobs:
3337 HUGO_ENVIRONMENT : production
3438 HUGO_ENV : production
3539 run : hugo --environment GitHubPages -d $GITHUB_WORKSPACE/dist
36- - name : Test HTML
37- uses : wjdp/htmltest-action@master
38- with :
39- # For consistency, use the same config file as for local builds
40- config : .htmltest.yml
41- - name : Archive htmltest results
42- if : always()
43- uses : actions/upload-artifact@v4
44- # Note: Set ACTIONS_RUNTIME_TOKEN env variable to test with nektos/act
45- with :
46- name : htmltest-report
47- path : tmp/.htmltest/htmltest.log
48- 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