Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
fix(docs): address docs build error (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt authored Oct 30, 2022
1 parent 590ec1f commit 07b7f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
- run: python -m pip install --upgrade wheel tox
- name: Build docs website and API reference
run: |
tox -e docs -- deploy --push --update-aliases ${{github.ref_name}}
tox -e docs -- set-default --push latest
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
tox -e docs -- deploy --push ${{github.ref_name}}
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,5 @@ deps =
mkdocs-section-index
mkdocstrings[python]
pymdown-extensions
setenv =
GIT_COMMITTER_NAME = TopSport Deployments
GIT_COMMITTER_EMAIL = [email protected]
commands =
mike {posargs: serve}

0 comments on commit 07b7f0c

Please sign in to comment.