Skip to content

Commit

Permalink
Merge commit '1d7f4d7dcba43a75db83272edfad5bde2c9b2a03'
Browse files Browse the repository at this point in the history
  • Loading branch information
moosetest committed Jan 19, 2024
2 parents 06e44d5 + 1d7f4d7 commit 42d997d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ jobs:
use-mamba: true
activate-environment: zapdos
environment-file: scripts/conda_environment.yml
# GitHub-hosted runners are currently limited to 2 cores
# GitHub-hosted runners are currently limited to 4 cores
# See: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
- name: Build Zapdos
run: |
conda activate zapdos
make -j2
make -j4
- name: Build Doxygen
uses: mattnotmitt/[email protected]
with:
doxyfile-path: 'doc/Doxyfile'
- name: Build MooseDocs
run: |
cd doc
./moosedocs.py build --destination site
./moosedocs.py build --num-threads 4 --destination site
- name: Update gh-pages branch
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 42d997d

Please sign in to comment.