Skip to content

Commit 13e3196

Browse files
committed
corrected syntax
1 parent 6da5e7b commit 13e3196

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
run: pnpm install --frozen-lockfile
3939

4040
- name: build
41-
run: |
42-
pnpm run build
41+
run: pnpm run build
4342
with:
4443
DIRECTUS_TOKEN: ${{ secrets.DIRECTUS_TOKEN }}
4544

0 commit comments

Comments
 (0)