This commit is contained in:
nayan
2025-10-07 15:22:06 -04:00
parent 8b62b6b65b
commit 3469b71fbe
+5 -1
View File
@@ -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
- run: mkdocs gh-deploy --config-file mkdocs-sp.yml --force
env:
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GITHUB_TOKEN }}