diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 83d3be3..71c03b1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -27,7 +27,7 @@ jobs: run: mdbook build --dest-dir "../site/static/book" - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: "latest" extended: true