Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark authored Mar 28, 2024
1 parent 13a121e commit fe13244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
- name: Render documentation from ttl
run: python sphinx/ttl_to_rst.py

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

- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "sphinx/"
pre-build-command: "apt-get update -y; apt-get install -y pandoc"

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

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit fe13244

Please sign in to comment.