Skip to content

Commit

Permalink
update in doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Jan 17, 2024
1 parent 0eb83c9 commit 8179623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Copy .ttl file to pages
run: |
cp ${GITHUB_WORKSPACE}/electrochemistry.ttl ${GITHUB_WORKSPACE}/docs/.
cp ${GITHUB_WORKSPACE}/electrochemistry.ttl ${GITHUB_WORKSPACE}/sphinx/.
- name: Render documentation from ttl
run: python docs/scripts/ttl_to_html.py
run: python sphinx/ttl_to_rst.py


sphinx-build:
Expand Down

0 comments on commit 8179623

Please sign in to comment.