Skip to content

Commit

Permalink
Rebase mkdocs deploy (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn authored Oct 6, 2023
1 parent aaf38ac commit 6036d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ jobs:
git config --global user.name Docs Deploy
git config --global user.email [email protected]
- name: MKDocs Build
run: poetry run mike deploy develop --push
run: poetry run mike deploy develop --push --rebase
if: ${{ github.ref == 'refs/heads/develop' }}
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ jobs:
id: get_version
uses: battila7/get-version-action@v2
- name: MKDocs Build
run: poetry run mike deploy ${{ steps.get_version.outputs.major }}.${{ steps.get_version.outputs.minor }} latest --push --update-aliases
run: poetry run mike deploy ${{ steps.get_version.outputs.major }}.${{ steps.get_version.outputs.minor }} latest --push --rebase --update-aliases

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1


0 comments on commit 6036d01

Please sign in to comment.