-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐎 ci: failed to add documentation version
add --ignore to mike deploy
- Loading branch information
1 parent
a0708b3
commit 26e27d5
Showing
4 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -77,7 +77,7 @@ jobs: | |
git config --global user.name Docs deploy | ||
git config --global user.email [email protected] | ||
echo "run mike deploy" | ||
poetry run mike deploy -p -f "`poetry version --short`.dev" | ||
poetry run mike deploy -p -f --ignore "`poetry version --short`.dev" | ||
poetry run mike set-default -p "`poetry version --short`.dev" | ||
- name: publish documentation | ||
|
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 |
---|---|---|
|
@@ -58,7 +58,7 @@ jobs: | |
poetry run mkdocs build | ||
git config --global user.name Docs deploy | ||
git config --global user.email [email protected] | ||
poetry run mike deploy -p -f `poetry version --short` | ||
poetry run mike deploy -p -f --ignore `poetry version --short` | ||
poetry run mike set-default -p `poetry version --short` | ||
- name: publish documentation | ||
|
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 |
---|---|---|
|
@@ -88,7 +88,7 @@ jobs: | |
poetry run mkdocs build | ||
git config --global user.name Docs deploy | ||
git config --global user.email [email protected] | ||
poetry run mike deploy -p -f "`poetry version --short`.dev" | ||
poetry run mike deploy -p -f --ignore "`poetry version --short`.dev" | ||
poetry run mike set-default -p "`poetry version --short`.dev" | ||
- name: publish documentation | ||
|
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 |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
poetry run mkdocs build | ||
git config --global user.name Docs deploy | ||
git config --global user.email [email protected] | ||
poetry run mike deploy -p -f `poetry version --short` | ||
poetry run mike deploy -p -f --ignore `poetry version --short` | ||
poetry run mike set-default -p `poetry version --short` | ||
- name: publish documentation | ||
|