Skip to content

Commit 859d89a

Browse files
committed
update docs
1 parent af17772 commit 859d89a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121

2222
- name: Install pip dependencies
2323
run: |
24-
sudo apt install doxygen
24+
sudo apt update
25+
sudo apt install -y doxygen
2526
pip install pipenv
2627
pipenv install --dev
2728
2829
- name: Build
2930
run: |
30-
mkdir -p build
31-
cmake -B build -DBUILD_PYTHON=ON -DBUILD_DOCS=ON
3231
# spatialdyn needs to be in the virtual environment.
33-
pipenv run pip install --no-use-pep517 -e .
32+
pipenv run pip install -e .
33+
pipenv run make -C docs
3434
3535
- name: Deploy
3636
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)