Skip to content

Commit

Permalink
Update update_ghpages.yml
Browse files Browse the repository at this point in the history
add command to move .ttl to the github pages
  • Loading branch information
jsimonclark authored Jan 4, 2024
1 parent 6a7db1d commit b5fb377
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
python -m pip install --upgrade pip
pip install Markdown==3.4.3 rdflib==6.3.2 # Add any other dependencies if needed
- name: Copy .ttl file to pages
run: cp electrochemistry.ttl ${GITHUB_WORKSPACE}/.

- name: Render documentation from ttl
run: python docs/scripts/ttl_to_html.py

Expand Down

0 comments on commit b5fb377

Please sign in to comment.