We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee7851 commit 0279cc0Copy full SHA for 0279cc0
1 file changed
.github/workflows/build.yml
@@ -98,7 +98,7 @@ jobs:
98
php build-api-docs.php develop
99
fi
100
101
- if [[ "$DEV_RUN" == "true" ]]; then
+ if [[ "$DEV_RUN" == "false" ]]; then
102
echo "Do a normal run of the API docs, build ${{ steps.ff3version.outputs.release }}"
103
php build-api-docs.php ${{ steps.ff3version.outputs.release }}
104
0 commit comments