Skip to content

Commit a67fc30

Browse files
authored
Convert to Yomu Superiority
1 parent c7cff5c commit a67fc30

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,11 @@ jobs:
2020
with:
2121
python-version: 3.9
2222

23-
- name: Download docs generator
24-
run: |
25-
pip install --no-cache-dir generate_docs
26-
pip show generate_docs
23+
- name: Download required libraries
24+
run: pip install requirements.txt
2725

2826
- name: Generate README
29-
run: |
30-
wikih
27+
run: yomu
3128

3229
- name: Commit wiki
3330
continue-on-error: true

0 commit comments

Comments
 (0)