Skip to content

Commit

Permalink
Another fix for documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
k-wasniowski committed Sep 24, 2023
1 parent 10111c3 commit 2c8774d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
run: |
sudo apt-get install doxygen
pip install jinja2 Pygments
- name: configure
- name: Configure
run: |
cmake -H . -B build -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug"
- name: building
cmake -B build -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug"
- name: Building
run: |
cmake --build build --config Debug --target docs -j4
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 2c8774d

Please sign in to comment.