Skip to content

Commit 18713db

Browse files
Br4guetteBr4guette
authored andcommitted
Change workflow
1 parent 6000350 commit 18713db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
python-versions: ['3.9']
23+
python-versions: ['3.10']
2424

2525
# map step outputs to job outputs so they can be share among jobs
2626
outputs:
@@ -65,7 +65,7 @@ jobs:
6565
poetry run mkdocs build
6666
git config --global user.name Docs deploy
6767
git config --global user.email docs@dummy.bot.com
68-
poetry run mike deploy -p -f --ignore `poetry version --short`
68+
poetry run mike deploy -p --ignore `poetry version --short`
6969
poetry run mike set-default -p `poetry version --short`
7070
7171
- name: Build wheels and source tarball

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: PyDFIRRam
22
site_url: https://PyDFIR.github.io/PyDFIRRam
33
site_description: Documentation for PyDFIRRam
44

5-
repo_name: PyDFIR/PyDFIRRam
5+
repo_name: PyDFIRRam
66
repo_url: https://github.com/PyDFIR/PyDFIRRam
77

88
edit_uri: edit/main/docs/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ regex = "^2024.4.28"
2323
graphviz = "^0.20.3"
2424
loguru = "^0.7.2"
2525
jupyter = "^1.0.0"
26-
mike = "^2.1.2"
26+
mike = { version="^1.1.2", optional=true}
2727

2828
[tool.poetry.extras]
2929
test = [

0 commit comments

Comments
 (0)