Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Aug 4, 2024
1 parent 1fcef9f commit 300f7b6
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 @@ -37,7 +37,7 @@ jobs:
shell: bash

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

- name: ls to check
Expand All @@ -52,5 +52,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: test_gh_pages_action
branch: gh_pages
folder: build/docs/html

0 comments on commit 300f7b6

Please sign in to comment.