Skip to content

Commit

Permalink
Update update_ghpages.yml
Browse files Browse the repository at this point in the history
copy .ttl to the docs folder
  • Loading branch information
jsimonclark authored Jan 4, 2024
1 parent b5fb377 commit ffd597f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
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}/.
run: |
cp ${GITHUB_WORKSPACE}/electrochemistry.ttl ${GITHUB_WORKSPACE}/docs/.
- name: Render documentation from ttl
run: python docs/scripts/ttl_to_html.py
Expand Down

0 comments on commit ffd597f

Please sign in to comment.