diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 62faed5..af20098 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,8 +16,9 @@ jobs: - name: Install Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: latest + hugo-version: '0.136.0' extended: true + withdeploy: true - name: Cache uses: actions/cache@v2 with: