Help setting up deno deploy github action for deno 2.0
I had just written out a help message and then at the last minute I figured out the issue.
Building my fresh website locally with
nodeModulesDir: "auto"
works fine because I am using Deno 2.0.2 however the Github action I have (setup by Deno and not myself) is using v1 in all of the places it mentions Deno.
Is there an updated version of this action that I can use to enabled 2.0 deployments on push?1 Reply
For additional context, when I created the project I did so only after installing deno 2.0 so I am unsure why the Github action was created this way to begin with.
Never mind, found it here: https://docs.deno.com/deploy/manual/ci_github/