diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a3b1e94..b143739 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,9 @@ jobs: build: name: Build Docusaurus runs-on: ubuntu-latest + defaults: + run: + working-directory: ./docs steps: - uses: actions/checkout@v4 with: