Skip to content

Commit

Permalink
Merge pull request kodadot#8183 from preschian/fix/cf-pages-build
Browse files Browse the repository at this point in the history
fix: build on cf-pages
  • Loading branch information
yangwao authored Nov 22, 2023
2 parents d36f688 + f993677 commit e516ba5
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 270 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,14 @@ jobs:

- run: wc -l ./.nuxt/dist/server/client.manifest.mjs
- run: stat -c "%s" ./.nuxt/dist/server/client.manifest.mjs

build-cf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install dependencies
uses: ./.github/actions/pnpm-install

- name: Run Build
run: NITRO_PRESET=cloudflare-pages pnpm nuxi build
Loading

0 comments on commit e516ba5

Please sign in to comment.