Skip to content

Commit 372b1a3

Browse files
Remove mike versioning (#34)
1 parent 98996e4 commit 372b1a3

File tree

4 files changed

+3
-113
lines changed

4 files changed

+3
-113
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,8 @@ jobs:
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:

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

poetry.lock

Lines changed: 1 addition & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ readme = "README.md"
99
python = "^3.11"
1010
mkdocs = "^1.6.0"
1111
mkdocs-material = "^9.5.29"
12-
mike = "^2.1.2"
1312

1413

1514
[build-system]

0 commit comments

Comments
 (0)