Skip to content

Releases: withastro/action

v2.0.0

20 Feb 13:40
acfe56d
Compare
Choose a tag to compare

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@v4

Commits

See details of all code changes since previous release.

v1.0.6

03 Jan 17:55
9a7959a
Compare
Choose a tag to compare

Changelog

See details of all code changes since previous release.

v1.0.5

03 Jan 17:18
9951d5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

03 Jan 15:28
64c331d
Compare
Choose a tag to compare

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

Full Changelog: v1.0.3...v1.0.4

v1.0.3

26 Sep 20:51
f122c02
Compare
Choose a tag to compare

Changelog

  • Fix for setup-node when using bun as a package manager @natemoo-re (#28)

See details of all code changes since previous release.

v1.0.2

26 Sep 20:43
0e82d51
Compare
Choose a tag to compare

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

26 Sep 20:17
30551ce
Compare
Choose a tag to compare

No changes from v1.0.0, we just messed up the release tags 🫠

v1.0.0

26 Sep 20:04
30551ce
Compare
Choose a tag to compare

Changelog

  • BREAKING Simplify inputs @natemoo-re (#27)
    • node-version has been bumped to 18 by default (16 is EOL and no longer supported by Astro v3.0.0)
    • package-manager now supports tool@version syntax (for example, pnpm@8.7.0)
    • pnpm-version has been removed (use the new package-manager syntax, if needed)
    • resolve-dep-from-path has been removed. The current behavior is identical to true (the default)

See details of all code changes since previous release.

v0.3.2

26 Sep 21:02
e3193ac
Compare
Choose a tag to compare

No changes from v0.3.0, we just messed up the release tags 🫠

Astro Deploy

08 Aug 00:14
e3193ac
Compare
Choose a tag to compare

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.