actions-marketplace-validations/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
Maintainedlast commit Jan 14, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/withastro_action@fc88a7002f0c62327f26fb1b15f2a1d581249278 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
node-versionThe node version to useno22
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

no outputs