David Longworth
David Longworth
Fixes #22 Fixes #23 Closes #21
I get an annotation warning when using this action: > The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see:...
I get an annotation warning when using this action: > Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: jakepartusch/wait-for-netlify-action
I noticed when working on #352 that the Liquid decency is outdated and flagged in a security issue. This PR refactors the preview site templates to use a simpler approach...
Replaces Eleventy for a SvelteKit powered docs site: * New docs can be added as .md files in `packages/stacks-docs/src/docs/` * For complex documentation requiring images and interactivity you can also...