Skip to content

Commit

Permalink
no requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Fir121 committed Apr 19, 2024
1 parent d78586b commit 1516e6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:

- name: Install and Build 🔧
run: |
pip install -r requirements.txt
pip install mkdocs-material
pip install mkdocs-same-dir
mkdocs build
- name: Deploy 🚀
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: 3.x
- run: pip install -r requirements.txt && mkdocs build
- run: pip install mkdocs-material && pip install mkdocs-same-dir && mkdocs build
if: github.event.action != 'closed'
- uses: rossjrw/pr-preview-action@v1
with:
Expand Down

0 comments on commit 1516e6e

Please sign in to comment.