Damien
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?3 replies