Skip to content

Commit

Permalink
test without preset
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Aug 4, 2024
1 parent 4de612c commit 0833fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- name: Configure and build the API
run: |
cmake --preset=ci-ubuntu
cmake --build --preset=ci-ubuntu -j 2
cmake --build
shell: bash

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

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

0 comments on commit 0833fd3

Please sign in to comment.