File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments