Skip to content

Commit 9bcc77a

Browse files
committed
More fixing CI script
1 parent 69464f8 commit 9bcc77a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/docs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ jobs:
1717

1818
- name: Setup Python environment
1919
run: |
20+
python3 -m venv .venv
21+
. .venv/bin/activate
2022
pip3 install -r requirements-docs.txt
2123
pip3 install .
2224
2325
- name: Build and deploy docs
2426
run: |
27+
. .venv/bin/activate
2528
mkdocs gh-deploy -s
2629

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'LICENSE.txt'
1212
- 'CHANGELOG.md'
1313
- '.github/workflows/release.yml'
14+
- '.github/workflows/docs.yml'
1415

1516
jobs:
1617
matrix:

0 commit comments

Comments
 (0)