Skip to content

Commit

Permalink
DOC: Parallelize documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Sep 30, 2024
1 parent 511f760 commit 5ecfef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fmudataio-documention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: sh examples/run_examples.sh

- name: Build documentation
run: sphinx-build -b html docs/src build/docs/html
run: sphinx-build -b html docs/src build/docs/html -j auto

- name: Update GitHub pages
if: github.repository_owner == 'equinor' && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 5ecfef9

Please sign in to comment.