Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix up build in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reivilibre committed Mar 14, 2023
1 parent f39941c commit 596bc7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build the documentation
run: |
cd dev-docs
make html
poetry run make html
# Figure out the target directory.
#
Expand Down Expand Up @@ -61,5 +61,5 @@ jobs:
uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7 # v3.9.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dev-docs/_build
publish_dir: ./dev-docs/_build/html
destination_dir: ./dev-docs/${{ steps.vars.outputs.branch-version }}

0 comments on commit 596bc7b

Please sign in to comment.