File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
strategy :
22
22
matrix :
23
- python-versions : ['3.9 ']
23
+ python-versions : ['3.10 ']
24
24
25
25
# map step outputs to job outputs so they can be share among jobs
26
26
outputs :
65
65
poetry run mkdocs build
66
66
git config --global user.name Docs deploy
67
67
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`
69
69
poetry run mike set-default -p `poetry version --short`
70
70
71
71
- name : Build wheels and source tarball
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ site_name: PyDFIRRam
2
2
site_url : https://PyDFIR.github.io/PyDFIRRam
3
3
site_description : Documentation for PyDFIRRam
4
4
5
- repo_name : PyDFIR/ PyDFIRRam
5
+ repo_name : PyDFIRRam
6
6
repo_url : https://github.com/PyDFIR/PyDFIRRam
7
7
8
8
edit_uri : edit/main/docs/
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ regex = "^2024.4.28"
23
23
graphviz = " ^0.20.3"
24
24
loguru = " ^0.7.2"
25
25
jupyter = " ^1.0.0"
26
- mike = " ^2 .1.2"
26
+ mike = { version = " ^1 .1.2" , optional = true }
27
27
28
28
[tool .poetry .extras ]
29
29
test = [
You can’t perform that action at this time.
0 commit comments