We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af17772 commit 859d89aCopy full SHA for 859d89a
.github/workflows/docs.yaml
@@ -21,16 +21,16 @@ jobs:
21
22
- name: Install pip dependencies
23
run: |
24
- sudo apt install doxygen
+ sudo apt update
25
+ sudo apt install -y doxygen
26
pip install pipenv
27
pipenv install --dev
28
29
- name: Build
30
- mkdir -p build
31
- cmake -B build -DBUILD_PYTHON=ON -DBUILD_DOCS=ON
32
# spatialdyn needs to be in the virtual environment.
33
- pipenv run pip install --no-use-pep517 -e .
+ pipenv run pip install -e .
+ pipenv run make -C docs
34
35
- name: Deploy
36
uses: peaceiris/actions-gh-pages@v3
0 commit comments