cloudflare / pages-action

MIT License
468 stars 95 forks source link

Use dist folder to improve performance #61

Closed ari-becker closed 1 year ago

ari-becker commented 1 year ago

Fixes #60

ari-becker commented 1 year ago

Never mind, I see the real reason is due to shellac making a shell call to npx to invoke wrangler. This prevents wrangler from being cached by GitHub Actions.