Skip to content

Commit

Permalink
Installed needed sphinx dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Apr 7, 2024
1 parent 6c34130 commit a94346f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd_update_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install sphinx git+https://github.com/emmo-repo/EMMOntoPy.git@ontodoc2
pip install sphinx sphinxcontrib-globalsubs sphinx_design nbsphinx
pip install git+https://github.com/emmo-repo/EMMOntoPy.git@ontodoc2
#pip install sphinx EMMOntoPy
- name: Create and prepare build and public directories
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:

- name: Copy to GitHub Pages
run: |
# Do not overwrite index.html
rm public/index.html
cp -rf public/* pages/.
Expand Down

0 comments on commit a94346f

Please sign in to comment.