From 3469b71fbece85047b058d8bce48a9039b4e6e3e Mon Sep 17 00:00:00 2001 From: nayan Date: Tue, 7 Oct 2025 15:22:06 -0400 Subject: [PATCH] ACTION? --- .github/workflows/sp-docs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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