Releases: withastro/action
v2.0.0
Upgrade Guide
Update your deployment logic to actions/deploy-pages@v4 or newer.
Previously, withastro/action@v1 was compatible with older versions of the actions/deploy-pages action (v3 or older).
Now, withastro/actions@v2 is only compatible with v4 or newer. This is because we now rely on actions/upload-pages-artifact@v3.
- name: Deploy to GitHub Pages
id: deployment
- uses: actions/deploy-pages@v3
+ uses: actions/deploy-pages@v4Commits
- Upgrades action versions and default runtime to node 20 @LeadingMoominExpert (#41)
See details of all code changes since previous release.
v1.0.6
Changelog
- Pin
actions/upload-pages-artifactto v2 @natemoo-re (#38)- To avoid requiring all users to upgrade to
actions/deploy-pages@v4, thev1release line remains backwards compatible with earlier versions ofactions/deploy-pages(v3and below). See GitHub Actions – Artifacts v4 is now Generally Available
for additional context.
- To avoid requiring all users to upgrade to
See details of all code changes since previous release.
v1.0.5
What's Changed
- Remove invalid
working-directoryoption by @natemoo-re in #36
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Fixed actions fails after update actions/deploy-pages to v4 by @torn4dom4n in #34
- Fix issue with packager installation if path is not repository root by @samrith-s in #31
New Contributors
- @torn4dom4n made their first contribution in #34
- @samrith-s made their first contribution in #31
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Changelog
- Fix for
setup-nodewhen usingbunas a package manager @natemoo-re (#28)
See details of all code changes since previous release.
v1.0.2
Changelog
- No changes from v1.0.0, we just messed up the release tags (again) 🫠
See details of all code changes since previous release.
v1.0.1
No changes from v1.0.0, we just messed up the release tags 🫠
v1.0.0
Changelog
- BREAKING Simplify inputs @natemoo-re (#27)
node-versionhas been bumped to18by default (16is EOL and no longer supported by Astro v3.0.0)package-managernow supportstool@versionsyntax (for example,[email protected])pnpm-versionhas been removed (use the newpackage-managersyntax, if needed)resolve-dep-from-pathhas been removed. The current behavior is identical totrue(the default)
See details of all code changes since previous release.
v0.3.2
No changes from v0.3.0, we just messed up the release tags 🫠
Astro Deploy
This action for Astro builds your Astro site for GitHub Pages.
For more information, please see our complete deployment guide—Deploy your Astro Site to GitHub Pages.