File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,6 @@ jobs:
369
369
with :
370
370
files : WinCCOA_QualityChecks_${{ github.event.release.tag_name }}.zip
371
371
372
- # inspired by https://nimblehq.co/blog/create-github-wiki-pull-request
373
372
publish-help :
374
373
# if: github.event_name == 'release'
375
374
environment :
@@ -385,13 +384,13 @@ jobs:
385
384
name : html-help
386
385
path : ${{github.workspace}}/
387
386
388
- - name : Setup Pages
389
- uses : actions/configure-pages@v4
390
- - name : Upload artifact
391
- uses : actions/upload-pages-artifact@v2
392
- with :
393
- # Upload entire repository
394
- path : ' .'
395
- - name : Deploy to GitHub Pages
396
- id : deployment
397
- uses : actions/deploy-pages@v3
387
+ # - name: Setup Pages
388
+ # uses: actions/configure-pages@v4
389
+ # - name: Upload artifact
390
+ # uses: actions/upload-pages-artifact@v2
391
+ # with:
392
+ # # Upload entire repository
393
+ # path: '.'
394
+ # - name: Deploy to GitHub Pages
395
+ # id: deployment
396
+ # uses: actions/deploy-pages@v3
You can’t perform that action at this time.
0 commit comments