diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a8ee60a..2d463ab 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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' }}