Skip to content

Commit 0279cc0

Browse files
committed
Fix build call.
1 parent cee7851 commit 0279cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
php build-api-docs.php develop
9999
fi
100100
101-
if [[ "$DEV_RUN" == "true" ]]; then
101+
if [[ "$DEV_RUN" == "false" ]]; then
102102
echo "Do a normal run of the API docs, build ${{ steps.ff3version.outputs.release }}"
103103
php build-api-docs.php ${{ steps.ff3version.outputs.release }}
104104
fi

0 commit comments

Comments
 (0)