Skip to content

Commit 84c4d2c

Browse files
committed
Fixed docs CI.
1 parent 97cb6d8 commit 84c4d2c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/vortex-test-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
5959
- name: Check docs up-to-date
6060
run: |
61-
composer --working-dir=.utils install
6261
yarn run update-variables
6362
git diff --quiet HEAD || { echo "Docs not up-to-date. Run 'cd .vortex && ahoy update-docs' and commit changes."; git diff; exit 1; }
6463
working-directory: '${{ github.workspace }}/.vortex/docs'

0 commit comments

Comments
 (0)