diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75ec34d5dd..5e2122466a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,6 +40,8 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: + # Please make sure you also update the .tool-versions file + # when changing the next two lines hugo-version: "0.130.0" extended: true diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000000..3d78b2bd9d --- /dev/null +++ b/.tool-versions @@ -0,0 +1,2 @@ +# Please make sure you update the GitHub Actions workflow when upgrading the hugo version +hugo extended_0.130.0