action

A GitHub Action that deploys your Astro project to GitHub Pages

OTHER License

Stars
156
Committers
17

Bot releases are visible (Hide)

action - v3.0.0

Published by github-actions[bot] about 2 months ago

Changelog

  • Bump pnpm/action-setup to v4 @circle-hotaru (#58)

See details of all code changes since previous release.

action - v2.0.2 Latest Release

Published by github-actions[bot] 3 months ago

Changelog

  • Support shorthand for package-manager option @corporateuser (#57)

See details of all code changes since previous release.

action - v2.0.1

Published by github-actions[bot] 5 months ago

Changelog

  • Fixes lockfile depth check by only searching top-level directories. Thanks @stasadev! (#52)
  • Fixes an issue with package.json files in sub-directories. Thanks @benbrandt! (#54)
  • Bumps pnpm/action-setup to v3. Thanks @zettca! (#46)

See details of all code changes since previous release.

action - v2.0.0

Published by github-actions[bot] 8 months ago

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

  • Upgrades action versions and default runtime to node 20 @LeadingMoominExpert (#41)

See details of all code changes since previous release.

action - v1.0.6

Published by github-actions[bot] 10 months ago

Changelog

  • Pin actions/upload-pages-artifact to v2 @natemoo-re (#38)

See details of all code changes since previous release.

action - v1.0.5

Published by natemoo-re 10 months ago

What's Changed

Full Changelog: https://github.com/withastro/action/compare/v1.0.4...v1.0.5

action - v1.0.4

Published by natemoo-re 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/withastro/action/compare/v1.0.3...v1.0.4

action - v0.3.2

Published by natemoo-re about 1 year ago

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

action - v1.0.3

Published by natemoo-re about 1 year ago

Changelog

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

See details of all code changes since previous release.

action - v1.0.2

Published by github-actions[bot] about 1 year ago

Changelog

  • No changes from v1.0.0, we just messed up the release tags (again) 🫠

See details of all code changes since previous release.

action - v1.0.1

Published by natemoo-re about 1 year ago

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

action - v1.0.0

Published by github-actions[bot] about 1 year ago

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, [email protected])
    • 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.

action - v0.3.0

Published by github-actions[bot] about 1 year ago

Changelog

  • Add option to configure pnpm version @ThatXliner (#25)
  • Support Bun package manager @colinhacks (#26)
  • Update pnpm/action-setup @thinca (#23)
  • Optional cache-dependency-path @rajat1saxena (#22)

See details of all code changes since previous release.

action - v0.2.0

Published by github-actions[bot] over 1 year ago

Changelog

  • Action cleanup @swift502 (#19)
  • Moved away from set-output @mandar1jn (#15)
  • Use actions/checkout@v3 @swift502 (#17)
  • Updated README.md to line up with the docs @mandar1jn (#14)

See details of all code changes since previous release.

action - v0.1.9

Published by github-actions[bot] about 2 years ago

Changelog

  • Fixes the action when setting custom path

See details of all code changes since previous release.

action - v0.1.9-pre.2

Published by github-actions[bot] about 2 years ago

Changelog

  • Fix missing GitHub Pages configuration @nickmccurdy (#11)

See details of all code changes since previous release.

action - v0.1.9-pre.1

Published by github-actions[bot] about 2 years ago

Changelog

  • Update readme @nickmccurdy (#10)
  • Use cwd for node steps @natemoo-re (#12)

See details of all code changes since previous release.

action - v0.1.9-pre.0

Published by github-actions[bot] about 2 years ago

Changelog

  • Fixes the build when using a custom path @adrianmg (#9)

See details of all code changes since previous release.

action - Astro Deploy

Published by natemoo-re about 2 years ago

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.

action - v0.1.8

Published by github-actions[bot] about 2 years ago

Changelog

  • Fix a few issues with pnpm setup @natemoo-re (#7)

See details of all code changes since previous release.