Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark authored Jan 29, 2024
1 parent 3227af3 commit b545f4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
python -m pip install --upgrade pip
pip install Markdown==3.4.3 rdflib==6.3.2 # Add any other dependencies if needed
- name: Install Pandoc
run: |
sudo apt-get update
sudo apt-get install -y pandoc
- name: Render documentation from ttl
run: python sphinx/ttl_to_rst.py

Expand Down

0 comments on commit b545f4b

Please sign in to comment.