diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 7a16cfdc..13f24a01 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -10,6 +10,9 @@ permissions: jobs: build_docs: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./docs steps: - uses: actions/checkout@v4 - name: Configure Git Credentials @@ -26,6 +29,6 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: cd docs - - run: pip install mkdocs-material - - run: mkdocs gh-deploy --force \ No newline at end of file + + - run: pip install mkdocs-material + - run: mkdocs gh-deploy --force \ No newline at end of file