Skip to content

Commit

Permalink
make sure the pip install is run
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Jun 25, 2024
1 parent 8570dcf commit c3e029a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ jobs:
with:
python-version: 3.x
cache: 'pip'
- run: pip install -r requirements.txt
- name: Deploy site
run: mkdocs gh-deploy --force
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
with:
python-version: 3.x
cache: 'pip'
- run: pip install -r requirements.txt
- name: test site
run: mkdocs build

0 comments on commit c3e029a

Please sign in to comment.