Skip to content

Commit 678da38

Browse files
authored
fix: Fix ssg export (#5668)
1 parent 4f36bfd commit 678da38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cli-r2-static.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
run: pnpm install --ignore-scripts
5454

5555
- name: pnpm build
56-
run: pnpm --filter 'ssg^...' run build
56+
run: pnpm --filter 'ssg-cloudflare-pages^...' run build
5757

5858
# Ideally, execute 'pnpm deploy --prod', but @remix-run/dev doesn't support this flag.
5959
# Despite being listed as a dependency, @remix-run/dev does not install the remix cli.
6060
# TODO: Minimize artefact size due to frequent downloads on each publish.
6161
- name: pnpm deploy
62-
run: pnpm --filter 'ssg' deploy "${{ github.workspace }}/../ssg-template"
62+
run: pnpm --filter 'ssg-cloudflare-pages' deploy "${{ github.workspace }}/../ssg-template"
6363

6464
- name: Make archive
6565
run: |

0 commit comments

Comments
 (0)