Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gandalfr-KY committed Mar 26, 2024
1 parent b15a0ae commit 83eb7e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
python -m pip install --upgrade pip
pip install sphinx sphinx-autoapi
- name: Build docs
run: make html
run:
cd ./api && \
make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 83eb7e2

Please sign in to comment.