withastro / action

A GitHub Action that deploys your Astro project to GitHub Pages
Other
143 stars 31 forks source link

Optional cache-dependency-path #22

Closed rajat1saxena closed 1 year ago

rajat1saxena commented 1 year ago

Introduced a new input variable called resolve-dep-from-path.

Using this, a user can opt if they want to locate the dependency file (the lock files etc.) from inside the folder specified by path. Defaults to true.

This will come handy for monorepo projects. Also fixes #21.

rajat1saxena commented 1 year ago

@natemoo-re Thanks. When are you planning to release the next version of this action?

KubaJastrz commented 1 year ago

@natemoo-re bump