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 c0c52f4 commit 51d41e6Copy full SHA for 51d41e6
.circleci/config.yml
@@ -25,7 +25,7 @@ commands:
25
if [[ `git status sphinx_rtd_theme/ --porcelain` ]]
26
then
27
echo "ERROR: assets are out of date. Make sure to run 'npm run build' on your branch."
28
- git status --porcelain
+ git status sphinx_rtd_theme/ --porcelain
29
exit 1
30
fi
31
0 commit comments