diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a236190e..1af88d3a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: 'latest' + hugo-version: '0.124.1' extended: true - uses: actions/setup-node@v4