diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 69cd024..2aee3b1 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -13,6 +13,9 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest + defaults: + run: + working-directory: ./docs steps: - name: Checkout uses: actions/checkout@v3