Skip to content

Commit

Permalink
Fix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
G-071 committed Mar 11, 2024
1 parent 93b442c commit 304e8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate documentation
name: generate documentation

# only trigger this action on specific events
on:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
cd cppuddle
mkdir build
cd build
cmake -CPPUDDLE_WITH_DOCUMENTATION=ON ..
cmake -DCPPUDDLE_WITH_DOCUMENTATION=ON ..
# build project
- name: Generate
run: |
Expand Down

0 comments on commit 304e8f1

Please sign in to comment.