-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98996e4
commit 372b1a3
Showing
4 changed files
with
3 additions
and
113 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 |
---|---|---|
|
@@ -37,13 +37,8 @@ jobs: | |
poetry config virtualenvs.in-project true | ||
- name: 🏗 Install dependencies | ||
run: poetry install --no-interaction | ||
- name: 🏗 Deploy new version with Mike | ||
run: | | ||
VERSION=${{ github.event.release.tag_name || github.event.inputs.version }} | ||
VERSION=${VERSION#v} # Verwijder de 'v' prefix | ||
MINOR_VERSION=$(echo $VERSION | awk -F. '{print $1 ".x"}') | ||
poetry run mike deploy --push --update-aliases latest $VERSION | ||
poetry run mike alias --push latest $MINOR_VERSION | ||
- name: 🏗 Build documentation | ||
run: poetry run mkdocs build | ||
- name: ⬆️ Upload pages artifacts | ||
uses: actions/[email protected] | ||
with: | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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