Skip to content

Commit

Permalink
chore: fix documentation paths
Browse files Browse the repository at this point in the history
Forgot to adjust this in the previous PR...
  • Loading branch information
luator committed Sep 13, 2023
1 parent 0280aac commit 3568a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Build and deploy documentation
uses: sphinx-notes/pages@v3
with:
documentation_path: trifinger_simulation/docs
requirements_path: trifinger_simulation/docs/requirements.txt
documentation_path: docs
requirements_path: docs/requirements.txt
publish: ${{ github.event_name == 'push' || github.event.inputs.publish == 'true' }}

0 comments on commit 3568a9c

Please sign in to comment.