Skip to content

Commit d63f95d

Browse files
committed
Deploy older version
1 parent f808e66 commit d63f95d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/pr-deploy-and-comment.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Setup Hugo
20-
uses: peaceiris/actions-hugo@v2
20+
uses: peaceiris/actions-hugo@v2
2121
with:
22-
hugo-version: 'latest'
22+
hugo-version: 'v0.100.0'
2323
extended: true
24-
24+
2525
- name: Temp config
2626
run: |
2727
echo url_latest_version = \"https://docs-test.viam.dev/${{ github.sha }}/public\" > config_pr.toml

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ build-prod: clean setup
1818
build-pr: clean setup
1919
hugo $(PR_OPTIONS)
2020

21+
build-pr-no-clean: setup
22+
hugo $(PR_OPTIONS)
23+
2124
serve-prod: setup
2225
hugo server $(PROD_OPTIONS) $(SERVE_OPTIONS)
2326

0 commit comments

Comments
 (0)