Skip to content

Commit

Permalink
update docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pfebrer committed May 26, 2024
1 parent 28d4d0c commit e332559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs_to_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
run: |
cd docs
make html
rm -rf build/html/_sources
touch build/html/.nojekyll
rm -rf _build/html/_sources
touch _build/html/.nojekyll
cd ..
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: docs/build/html
path: docs/_build/html

# Deployment job
deploy:
Expand Down

0 comments on commit e332559

Please sign in to comment.