File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed
Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -24,20 +24,16 @@ jobs:
2424 with :
2525 args : docs/help/docfx.json
2626
27- # Disabled until know to be working
28- # - uses: JamesIves/github-pages-deploy-action@3.6.2
29- # name: Publish documentation to Github Pages
30- # with:
31- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32- # BRANCH: gh-pages
33- #
34- # # The folder the action should deploy.
35- # FOLDER: _site
36- #
37- # # Automatically remove deleted files from the deploy branch
38- # CLEAN: true
27+ - uses : JamesIves/github-pages-deploy-action@3.6.2
28+ name : Publish documentation to Github Pages
29+ with :
30+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31+ BRANCH : gh-pages
32+ FOLDER : docs/help/_site
33+ TARGET_FOLDER : help
34+ CLEAN : false
3935
4036 - name : Upload documentation as artifact
4137 uses : actions/upload-artifact@v2
4238 with :
43- path : _site
39+ path : docs/help/ _site
You can’t perform that action at this time.
0 commit comments