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 97cb6d8 commit 84c4d2cCopy full SHA for 84c4d2c
1 file changed
.github/workflows/vortex-test-docs.yml
@@ -58,7 +58,6 @@ jobs:
58
59
- name: Check docs up-to-date
60
run: |
61
- composer --working-dir=.utils install
62
yarn run update-variables
63
git diff --quiet HEAD || { echo "Docs not up-to-date. Run 'cd .vortex && ahoy update-docs' and commit changes."; git diff; exit 1; }
64
working-directory: '${{ github.workspace }}/.vortex/docs'
0 commit comments