File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,11 @@ jobs:
21
21
with :
22
22
python-version : 3.9
23
23
architecture : ' x64'
24
- - name : Install poetry
25
- # see https://github.com/marketplace/actions/setup-poetry
26
- uses : Gr1N/setup-poetry@v7
27
- with :
28
- poetry-version : 1.1.11
29
- - uses : actions/cache@v2
30
- with :
31
- path : ~/.cache/pypoetry/virtualenvs
32
- key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
33
24
- name : Install dependencies
34
- run : poetry install
35
-
25
+ run : pip install -r doc/requirements.txt
36
26
- name : Build documentation
37
27
run : |
38
- poetry run pdoc --template-dir doc/templates --html cyclonedx
28
+ pdoc --template-dir doc/templates --html cyclonedx
39
29
- name : Deploy documentation
40
30
41
31
with :
Original file line number Diff line number Diff line change
1
+ importlib-metadata == 4.10.0
2
+ Mako == 1.1.6
3
+ Markdown == 3.3.6
4
+ MarkupSafe == 2.0.1
5
+ pdoc3 == 0.10.0
6
+ zipp == 3.6.0
7
+ packageurl-python >= 0.9
8
+ toml >= 0.10.0
You can’t perform that action at this time.
0 commit comments