Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark authored Jun 23, 2024
1 parent 021407a commit 50ed671
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 @@ -33,7 +33,7 @@ jobs:
pip install Markdown==3.4.3 rdflib==6.3.2 # Add any other dependencies if needed
- name: Render documentation from ttl
run: python docs/ttl_to_rst.py
run: python docs/scripts/ttl_to_rst.py

- name: Build HTML
uses: ammaraskar/sphinx-action@master
Expand All @@ -42,7 +42,7 @@ jobs:
pre-build-command: "apt-get update -y; apt-get install -y pandoc"

- name: Create context file from ttl
run: python docs/ttl_to_context.py
run: python docs/scripts/ttl_to_context.py

- name: Check if HTML context directory exists
run: |
Expand Down

0 comments on commit 50ed671

Please sign in to comment.