Skip to content

Commit

Permalink
set docs flag as on
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc committed Nov 28, 2023
1 parent b68781d commit 676149d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
version: "1.9.8"
- run: sudo apt install graphviz
- run: |
cmake .
cmake . -DJWT_BUILD_DOC=ON
cmake --build . --target build_doxy
- if: github.event_name == 'push'
name: deploy
Expand Down

0 comments on commit 676149d

Please sign in to comment.