diff --git a/.github/workflows/sp-docs.yml b/.github/workflows/sp-docs.yml index 8b6cf8b608..d991fdf921 100644 --- a/.github/workflows/sp-docs.yml +++ b/.github/workflows/sp-docs.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Configure Git Credentials run: | git config user.name github-actions[bot] @@ -32,4 +34,6 @@ jobs: mkdocs-git-authors-plugin \ mkdocs-glightbox \ mkdocs-redirects - - run: mkdocs gh-deploy --config-file mkdocs-sp.yml --force \ No newline at end of file + - run: mkdocs gh-deploy --config-file mkdocs-sp.yml --force + env: + MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file