File tree Expand file tree Collapse file tree 4 files changed +3
-113
lines changed
Expand file tree Collapse file tree 4 files changed +3
-113
lines changed Original file line number Diff line number Diff line change 3737 poetry config virtualenvs.in-project true
3838 - name : 🏗 Install dependencies
3939 run : poetry install --no-interaction
40- - name : 🏗 Deploy new version with Mike
41- run : |
42- VERSION=${{ github.event.release.tag_name || github.event.inputs.version }}
43- VERSION=${VERSION#v} # Verwijder de 'v' prefix
44- MINOR_VERSION=$(echo $VERSION | awk -F. '{print $1 ".x"}')
45- poetry run mike deploy --push --update-aliases latest $VERSION
46- poetry run mike alias --push latest $MINOR_VERSION
40+ - name : 🏗 Build documentation
41+ run : poetry run mkdocs build
4742 - name : ⬆️ Upload pages artifacts
4843 uses : actions/upload-pages-artifact@v3.0.1
4944 with :
Original file line number Diff line number Diff line change @@ -103,5 +103,3 @@ extra:
103103 link : https://youtube.com/@dutchdronesquad
104104 - icon : fontawesome/brands/facebook
105105 link : https://facebook.com/dutchdronesquad
106- version :
107- provider : mike
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ readme = "README.md"
99python = " ^3.11"
1010mkdocs = " ^1.6.0"
1111mkdocs-material = " ^9.5.29"
12- mike = " ^2.1.2"
1312
1413
1514[build-system ]
You can’t perform that action at this time.
0 commit comments