svg / svgo.dev

https://svgo.dev/
MIT License
5 stars 3 forks source link

chore: add param to workflow_dispatch #17

Closed SethFalco closed 3 months ago

SethFalco commented 3 months ago

Adds a parameter so we can continue to deploy the documentation for older versions of SVGO while working on newer ones. (This is useful when we've made changes in this repository, not svg/svgo, that we want to deploy, but don't want to pull the latest documentation.)

Until now, we'd always deployed svg/svgo#main, even though main may include things that doesn't apply to the latest official release. Now we can specify exactly which version we want to deploy.

Also updates the deploy task to use Node.js v20, which was missed in the previous PR.