Skip to content

Commit

Permalink
Commit docs as 'github actions bot'
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Sep 27, 2024
1 parent 9d3b3cc commit b8ac5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
curl -sSL https://install.python-poetry.org | python -
cd docs
poetry install
git config user.name 'Docs Deploy'
git config user.email 'docs-deploy@users.noreply.github.com'
git config user.name 'github-actions[bot]'
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
poetry run mkdocs gh-deploy

0 comments on commit b8ac5ba

Please sign in to comment.