This commit is contained in:
parent
ae4beaa37a
commit
67e719d3af
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user