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 cc7289b commit 39e529c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ jobs:

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

- name: Copy context file to HTML directory
run: cp context/context.json sphinx/_build/html/

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: documentationHTML
path: |
sphinx/_build/html/
context/context.json
path: sphinx/_build/html/

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 39e529c

Please sign in to comment.