Skip to content

Commit e6fa125

Browse files
committed
Fix docs deploy: remove broken curl step
The grammar file is already handled by npm postinstall which copies from djot-grammars. The curl step was pointing to non-existent djot-intellij repo.
1 parent fb4d7c0 commit e6fa125

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ jobs:
3737
- name: Setup Pages
3838
uses: actions/configure-pages@v5
3939

40-
- name: Fetch latest Djot grammar
41-
run: |
42-
mkdir -p docs/.vitepress/grammars
43-
curl -fsSL -o docs/.vitepress/grammars/djot.tmLanguage.json \
44-
https://raw.githubusercontent.com/php-collective/djot-intellij/main/src/main/resources/textmate/djot.tmLanguage.json
45-
4640
- name: Install dependencies
4741
run: npm ci
4842
working-directory: docs

0 commit comments

Comments
 (0)