Skip to content

Commit

Permalink
Try to fix docs deploy from action
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Sep 25, 2023
1 parent 191a383 commit a78d0c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
- name: Install Dependencies
run: |
pip install mkdocs mkdocstrings mkdocstrings-python mkdocs-material
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Deploy Docs
run: |
Expand Down

0 comments on commit a78d0c8

Please sign in to comment.