This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): address docs build error (#28)
- Loading branch information
1 parent
590ec1f
commit 07b7f0c
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} |