Skip to content

Commit 1553468

Browse files
committed
download-artifac
1 parent 9c961e5 commit 1553468

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/createBundle.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ jobs:
369369
with:
370370
files: WinCCOA_QualityChecks_${{ github.event.release.tag_name }}.zip
371371

372-
# inspired by https://nimblehq.co/blog/create-github-wiki-pull-request
373372
publish-help:
374373
# if: github.event_name == 'release'
375374
environment:
@@ -385,13 +384,13 @@ jobs:
385384
name: html-help
386385
path: ${{github.workspace}}/
387386

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

0 commit comments

Comments
 (0)