We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85cee4 commit 9445af1Copy full SHA for 9445af1
.github/workflows/publish.yml
@@ -36,11 +36,16 @@ jobs:
36
node_modules/.astro/_astro
37
node_modules/.astro/assets
38
key: static
39
+ - run: npm run build
40
+ name: Build
41
+ env:
42
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
+ NODE_OPTIONS: --max-old-space-size=4096
44
env:
45
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
46
- run: npm run build:worker && npx wrangler versions upload -c ./wrangler-workers.toml
47
if: github.ref != 'refs/heads/production'
- name: Deploy to Cloudflare Workers [preview]
48
+ name: Deploy to Cloudflare Workers
49
50
51
- uses: actions/cache/save@v4
0 commit comments