tektoncd / website

Tekton Website
https://tekton.dev
Apache License 2.0
62 stars 149 forks source link

update docsy as a submodule #521

Closed Arhell closed 1 year ago

Arhell commented 1 year ago

@geriom ?

geriom commented 1 year ago

We are indeed one version behind. If you want to give it a try and update to the latest release, run the corresponding hugo command:

hugo mod get -u

That should automatically update both go.mod and go.sum. Test that nothing is broken and open a PR.