Skip to content

Commit

Permalink
Added final slash to directory arguments to sphinx-build
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Apr 7, 2024
1 parent 0d70903 commit 01fe58a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd_update_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
- name: Generate html documentation
run: |
ontodoc --iri-regex=https://w3id.org/emmo --imported emmo.ttl build/emmo.rst
sphinx-build build public
ls
ls build
ls public
sphinx-build build public/
- name: Publish
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 01fe58a

Please sign in to comment.