Skip to content

Commit

Permalink
More fixing CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Jun 6, 2024
1 parent 69464f8 commit 9bcc77a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:

- name: Setup Python environment
run: |
python3 -m venv .venv
. .venv/bin/activate
pip3 install -r requirements-docs.txt
pip3 install .
- name: Build and deploy docs
run: |
. .venv/bin/activate
mkdocs gh-deploy -s
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'LICENSE.txt'
- 'CHANGELOG.md'
- '.github/workflows/release.yml'
- '.github/workflows/docs.yml'

jobs:
matrix:
Expand Down

0 comments on commit 9bcc77a

Please sign in to comment.