Skip to content

Commit

Permalink
Change actions to gh-pages v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRico committed Dec 3, 2024
1 parent 5e627da commit fc14d0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
# 4. Build the Sphinx documentation
- name: Build Docs
working-directory: docs-dev
run: make html
run: |
sphinx_exec=$(poetry env info --path)/bin/sphinx-build
make SPHINXBUILD=$sphinx_exec html
# 5. Deploy to the 'gh-pages' branch
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit fc14d0c

Please sign in to comment.