Skip to content

Commit 788aa4a

Browse files
committed
merge master
1 parent d943f1a commit 788aa4a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,12 @@ 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-
# 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
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
7271

7372
- name: Upload artifacts
7473
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)