-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Until further testing the versions of relevant modules are fixed to - mkdocs==1.5.2 - mkdocs-material=8.3.4 - mike==1.1.2
- Loading branch information
Showing
2 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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
with: | ||
python-version: 3.x | ||
- name: Install python packages | ||
run: pip install mkdocs-material==8.3.4 mike setuptools | ||
run: pip install mkdocs=1.5.2 mkdocs-material==8.3.4 mike==1.1.2 setuptools | ||
- name: Configure git user | ||
run: | | ||
git config --local user.email "github-actions[bot]@users.noreply.github.com" | ||
|
@@ -29,5 +29,5 @@ jobs: | |
uses: tj-actions/[email protected] | ||
- name: Deploy with mike | ||
run: | | ||
mike deploy --push ${{ steps.branch-name.outputs.current_branch }} ${{ steps.tag_name.outputs.tag }} | ||
mike deploy --force --push ${{ steps.branch-name.outputs.current_branch }} ${{ steps.tag_name.outputs.tag }} | ||
mike set-default --push stable |