diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docs.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 1962c1e..9755bd2 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -47,6 +47,9 @@ jobs: install_args: --with docs - name: Build docs run: poetry run mkdocs build-docs + env: + MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GITHUB_TOKEN }} + ENABLE_GIT_PLUGINS: true - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: |