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 d9dd69f commit 5f286d2Copy full SHA for 5f286d2
1 file changed
.github/workflows/deploy-docs.yml
@@ -37,6 +37,12 @@ jobs:
37
- name: Setup Pages
38
uses: actions/configure-pages@v5
39
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
+
46
- name: Install dependencies
47
run: npm ci
48
working-directory: docs
0 commit comments