Skip to content

Commit b3d2448

Browse files
committed
disable intellij build
1 parent e843c82 commit b3d2448

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
shell: bash
4545
run: |
4646
set -euo pipefail
47-
make zed textmate intellij
47+
# make zed textmate intellij TODO
48+
make zed textmate
4849
4950
- name: Upload themes artifacts
5051
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)