Skip to content

Commit

Permalink
Add user for mike deploy and commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronzila committed Sep 11, 2023
1 parent 05a9ea9 commit 5fc79e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ jobs:
file: 'pyproject.toml'
field: 'project.version'
- run: pip install ".[dev]"
- name: Configure Git user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- run: mike deploy --push --update-aliases ${{ steps.read_toml.outputs.value }} latest
- run: mike set-default --push latest

0 comments on commit 5fc79e7

Please sign in to comment.