Skip to content

Commit a7c64ad

Browse files
authored
Fix build
It will NOT publish the demo :(
1 parent 73ebe74 commit a7c64ad

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,13 @@ jobs:
6262
- name: Prepare for Github Pages deployment
6363
run: find output/demo -name "*.gitignore" -type f -print0 | xargs -0 /bin/rm -f
6464

65-
- name: Deploy demo to Github Pages
66-
uses: jamesives/github-pages-deploy-action@3.4.9
67-
with:
68-
FOLDER: output/demo/wwwroot
69-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
70-
BRANCH: gh-pages
65+
# Waiting for Fix in https://github.com/JamesIves/github-pages-deploy-action/issues/284
66+
#- name: Deploy demo to Github Pages
67+
# uses: jamesives/github-pages-deploy-action@3.4.9
68+
# with:
69+
# FOLDER: output/demo/wwwroot
70+
# ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
71+
# BRANCH: gh-pages
7172

7273
- name: Deploy wiki
7374
uses: jamesives/github-pages-deploy-action@3.4.9

0 commit comments

Comments
 (0)