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:
24
24
with :
25
25
args : docs/help/docfx.json
26
26
27
- # Disabled until know to be working
28
- # - uses: JamesIves/[email protected]
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/[email protected]
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
39
35
40
36
- name : Upload documentation as artifact
41
37
uses : actions/upload-artifact@v2
42
38
with :
43
- path : _site
39
+ path : docs/help/ _site
You can’t perform that action at this time.
0 commit comments