Skip to content

Commit

Permalink
Update sphinx_to_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orgua committed Jul 9, 2023
1 parent 4f6dfe2 commit 2f9636a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sphinx_to_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
run: pip3 install sphinx sphinxawesome-theme sphinx-sitemap myst-parser

- name: Build Documentation 🧱
uses: sphinx-notes/pages@v2
uses: sphinx-notes/pages@v3
with:
checkout: false
publish: false

- name: Push changes 📌
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 2f9636a

Please sign in to comment.