Skip to content

Commit b7bc4e0

Browse files
authored
#542: Build and publish documentation on release
1 parent 6170ef4 commit b7bc4e0

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff 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/[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
3935

4036
- name: Upload documentation as artifact
4137
uses: actions/upload-artifact@v2
4238
with:
43-
path: _site
39+
path: docs/help/_site

0 commit comments

Comments
 (0)