diff --git a/.github/workflows/pr-deploy-and-comment.yml b/.github/workflows/pr-deploy-and-comment.yml index d38c7a9cf9..1621609aee 100644 --- a/.github/workflows/pr-deploy-and-comment.yml +++ b/.github/workflows/pr-deploy-and-comment.yml @@ -17,11 +17,11 @@ jobs: fetch-depth: 0 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v2 with: - hugo-version: 'latest' + hugo-version: 'v0.100.0' extended: true - + - name: Temp config run: | echo url_latest_version = \"https://docs-test.viam.dev/${{ github.sha }}/public\" > config_pr.toml