withastro/Astro Deploy

A composite action that prepares your Astro site to be deployed to GitHub Pages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
node-versionThe node version to useno24
package-managerYou may specify your preferred package manager (one of `npm | yarn | pnpm | bun | deno` and an optional `@<version>` tag). Otherwise, the package manager will be automatically detected.no""
pathPath of the directory containing your siteno.
build-cmdThe command used to build your siteno
cacheEnable Astro cache to speed up subsequent builds (caches optimized images and other assets)notrue
cache-dirPath to the Astro cache directory (relative to 'path' input). Defaults to 'node_modules/.astro'nonode_modules/.astro
out-dirPath to the output build directory (relative to 'path' input). Defaults to 'dist'nodist

no outputs