Skip to content

Commit 66b9c9b

Browse files
committed
fix
1 parent f6412b8 commit 66b9c9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs-configuration-reference.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
6161
echo "Trying to find missing config keys"
6262
cd .github/workflows/docs-configuration-reference
63-
echo "./run.php `pwd`/symfony `pwd`/docs/reference/configuration/$FILE.rst $BUNDLE"
64-
./run.php `pwd`/symfony `pwd`/docs/reference/configuration/$FILE.rst $BUNDLE
63+
./run.php `pwd`/symfony `pwd`/docs/reference/configuration/$FILE.rst $BUNDLE > $CURRENT_DIR/output.txt
6564
cat output.txt
6665
6766
cd $CURRENT_DIR

0 commit comments

Comments
 (0)