Update docs.yml
Some checks failed
Deploy MkDocs / deploy (push) Has been cancelled

This commit is contained in:
Slipstream 2025-06-11 17:18:48 -06:00 committed by GitHub
parent ae4beaa37a
commit 67e719d3af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,13 @@ jobs:
run: |
pip install mkdocs mkdocs-material
- name: Configure Git author from GitHub Actions metadata
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
- name: Deploy docs
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mkdocs gh-deploy --force --clean