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 diff --git a/Makefile b/Makefile index fa9868c6c7..280c0daa1d 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,9 @@ build-prod: clean setup build-pr: clean setup hugo $(PR_OPTIONS) +build-pr-no-clean: setup + hugo $(PR_OPTIONS) + serve-prod: setup hugo server $(PROD_OPTIONS) $(SERVE_OPTIONS)