Skip to content

Commit

Permalink
feat(#287): Fixed imports in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Jul 13, 2024
1 parent 4e85c0c commit f9912e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependecies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
pip install scrap_engine pdoc3
pip install scrap_engine pdoc3 yaml
sudo apt-get -qq install pandoc
- name: Preprocess page files
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Install dependecies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
pip install scrap_engine
pip install scrap_engine yaml
- name: Make multipage wiki
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.12'

- name: install deps
run: pip install scrap_engine
run: pip install scrap_engine yaml

- name: gen-wiki
run: python util.py wiki
Expand Down

0 comments on commit f9912e4

Please sign in to comment.