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 72c6795 commit 493d333Copy full SHA for 493d333
Dockerfile
@@ -41,7 +41,7 @@ RUN --mount=target=/context \
41
rm -rf docs/generator/reference/*
42
cp -rf /out/* ./docs/generator/reference/
43
if [ -n "$(git status --porcelain -- docs/generator/reference)" ]; then
44
- echo >&2 'ERROR: Docs result differs. Please update with "make docs"'
+ echo >&2 'ERROR: Docs result differs. Rebase on main branch and rerun "make docs"'
45
git status --porcelain -- docs/generator/reference
46
exit 1
47
fi
0 commit comments