Skip to content

Commit 0a70a15

Browse files
committed
publish doc
1 parent 60d0166 commit 0a70a15

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/build-docs.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,15 @@ jobs:
4545
run: |
4646
make test-docs
4747
48-
- name: build documentation
48+
# - name: build documentation
49+
# if: ${{ github.ref != 'refs/heads/dev' }}
50+
# run: |
51+
# make docs
52+
#
53+
- name: build multiversion documentation
54+
if: ${{ github.ref == 'refs/heads/dev' }}
4955
run: |
50-
make multi-version
56+
make docs
5157
5258
- name: save branch name without slashes
5359
env:
@@ -66,7 +72,7 @@ jobs:
6672

6773
- name: Deploy to GitHub Pages
6874
uses: JamesIves/[email protected]
69-
if: ${{ github.ref == 'refs/heads/dev' }}
75+
# if: ${{ github.ref == 'refs/heads/dev' }}
7076
with:
7177
branch: gh-pages
7278
folder: docs/build/html/

0 commit comments

Comments
 (0)