Skip to content

Commit 409573d

Browse files
authored
Update build_and_deploy.yml [build]
1 parent 97b927a commit 409573d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ jobs:
2020
- name: Build
2121
run: |
2222
cd sphinx
23-
make html
23+
python create_rst_api_reference.py
24+
sphinx-build -b html _build/html
2425
cd ..
2526
- name: Deploy
2627
uses: JamesIves/github-pages-deploy-action@v4
2728
with:
2829
branch: gh-pages-test # change back to gh-pages after testing
29-
folder: sphinx/html/
30+
folder: sphinx/_build/html/
3031
target-folder: ./
3132
clean-exclude: |
3233
old/

0 commit comments

Comments
 (0)