Skip to content

Commit d943f1a

Browse files
committed
2 parents a2d4654 + a7c64ad commit d943f1a

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: Upload artifacts
7374
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)