From bf83f7927dc6f18503b1b01999ec475d6c2f3299 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:55:03 +0200 Subject: [PATCH] Deploy older version --- .github/workflows/pr-deploy-and-comment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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