Skip to content

Commit

Permalink
ci: Build docs by default
Browse files Browse the repository at this point in the history
(cherry picked from commit b694d93)
  • Loading branch information
Jakuje authored and xhanulik committed Apr 4, 2024
1 parent 0379fce commit 9bc76d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ else
fi
# normal procedure

CONFIGURE_FLAGS="--disable-dependency-tracking"
CONFIGURE_FLAGS="--disable-dependency-tracking --enable-doc"
if [ "$1" == "piv-sm" ]; then
CONFIGURE_FLAGS="$CONFIGURE_FLAGS --enable-piv-sm"
fi
Expand Down

0 comments on commit 9bc76d3

Please sign in to comment.