Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigimatsu committed Apr 26, 2023
1 parent af17772 commit 859d89a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:

- name: Install pip dependencies
run: |
sudo apt install doxygen
sudo apt update
sudo apt install -y doxygen
pip install pipenv
pipenv install --dev
- name: Build
run: |
mkdir -p build
cmake -B build -DBUILD_PYTHON=ON -DBUILD_DOCS=ON
# spatialdyn needs to be in the virtual environment.
pipenv run pip install --no-use-pep517 -e .
pipenv run pip install -e .
pipenv run make -C docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 859d89a

Please sign in to comment.