Skip to content

Commit

Permalink
Switch preset
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Aug 4, 2024
1 parent 1b2607a commit 431413c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:

- name: Configure and build the API
run: |
cmake --preset=dev
cmake --build --preset=dev -Daq-nwb_DEVELOPER_MODE=ON
cmake --preset=ci-ubuntu
cmake --build --preset=ci-ubuntu -Daq-nwb_DEVELOPER_MODE=ON -j 2
shell: bash

- name: Build the docs
run : |
cmake --build --target=docs
cmake --build --preset=ci-ubuntu --target=docs
shell: bash

- name: Create .nojekyll to ensure pages with underscores work on gh pages
Expand Down

0 comments on commit 431413c

Please sign in to comment.