Skip to content

Commit

Permalink
Remove preview from checks
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Jan 3, 2025
1 parent 9e8407a commit b78ac7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-r2-static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: tar --use-compress-program="zstd -d" -xf ssg-template.tar.zst -C .

- name: Webstudio Build
run: pnpm webstudio build --template ssg --template internal --preview
run: pnpm webstudio build --template ssg --template internal
working-directory: ${{ github.workspace }}/ssg-template

- name: Build
Expand Down

0 comments on commit b78ac7c

Please sign in to comment.