Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Dec 5, 2020
1 parent f6412b8 commit 66b9c9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs-configuration-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
echo "Trying to find missing config keys"
cd .github/workflows/docs-configuration-reference
echo "./run.php `pwd`/symfony `pwd`/docs/reference/configuration/$FILE.rst $BUNDLE"
./run.php `pwd`/symfony `pwd`/docs/reference/configuration/$FILE.rst $BUNDLE
./run.php `pwd`/symfony `pwd`/docs/reference/configuration/$FILE.rst $BUNDLE > $CURRENT_DIR/output.txt
cat output.txt
cd $CURRENT_DIR
Expand Down

0 comments on commit 66b9c9b

Please sign in to comment.