Skip to content

Commit c516562

Browse files
committed
ci: use dev version to render docs
1 parent 3152b10 commit c516562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-built-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ doDocsUpdate() {
3939
rm -rfd "$BUILD_DIR"
4040

4141
# Render
42-
./releases/latest/doctum.phar update --no-ansi --no-progress --ignore-parse-errors -v api-docs/doctum-php-$FOLDER_NAME.php --force
42+
./releases/dev/doctum.phar update --no-ansi --no-progress --ignore-parse-errors -v api-docs/doctum-php-$FOLDER_NAME.php --force
4343

4444
# Local source folder cleanup
4545
rm -rfd $SOURCE_DIR

0 commit comments

Comments
 (0)