Skip to content

Commit 7594f53

Browse files
committed
alternated order of with line
1 parent 13e3196 commit 7594f53

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
@@ -38,9 +38,10 @@ jobs:
3838
run: pnpm install --frozen-lockfile
3939

4040
- name: build
41-
run: pnpm run build
4241
with:
4342
DIRECTUS_TOKEN: ${{ secrets.DIRECTUS_TOKEN }}
43+
run: |
44+
pnpm run build
4445
4546
- name: Upload Artifacts
4647
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)