Skip to content

Commit

Permalink
attempt fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohan committed Jun 10, 2024
1 parent 090bdec commit 0eb5705
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/flare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install python3-sphinx python3-sphinx-rtd-theme python3-breathe python3-nbsphinx
- name: Run Doxygen
uses: mattnotmitt/doxygen-action@v1.1.0
with:
Expand All @@ -127,11 +127,12 @@ jobs:

- name: Run Sphinx
run: |
export PYTHONPATH=$PYTHONPATH:$PWD/lammps/python
cd docs
pwd
ls
make html
- name: Publish the docs
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 0eb5705

Please sign in to comment.