Skip to content

Commit

Permalink
docs-target
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Mar 6, 2024
1 parent 3ca7f2d commit 9ace4cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/doc_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
mkdir gh-pages
touch gh-pages/.nojekyll
make all-docs
cd docs/
poetry run sphinx-build -b html . _build
cp -r _build/* ../gh-pages/
Expand All @@ -37,4 +38,4 @@ jobs:
with:
branch: gh-pages
force: true
folder: gh-pages
folder: gh-pages

0 comments on commit 9ace4cd

Please sign in to comment.