Skip to content

Commit

Permalink
🐎 ci: failed to add documentation version
Browse files Browse the repository at this point in the history
add --ignore to mike deploy
  • Loading branch information
aaron-yang-biz committed Aug 17, 2022
1 parent a0708b3 commit 26e27d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26e27d5

Please sign in to comment.