File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
- name : Install dependecies
41
41
if : steps.cache-dependencies.outputs.cache-hit != 'true'
42
42
run : |
43
- pip install scrap_engine pdoc3
43
+ pip install scrap_engine pdoc3 yaml
44
44
sudo apt-get -qq install pandoc
45
45
46
46
- name : Preprocess page files
@@ -100,7 +100,7 @@ jobs:
100
100
- name : Install dependecies
101
101
if : steps.cache-dependencies.outputs.cache-hit != 'true'
102
102
run : |
103
- pip install scrap_engine
103
+ pip install scrap_engine yaml
104
104
105
105
- name : Make multipage wiki
106
106
run : |
Original file line number Diff line number Diff line change 19
19
python-version : ' 3.12'
20
20
21
21
- name : install deps
22
- run : pip install scrap_engine
22
+ run : pip install scrap_engine yaml
23
23
24
24
- name : gen-wiki
25
25
run : python util.py wiki
You can’t perform that action at this time.
0 commit comments