Skip to content

Commit bf83f79

Browse files
committed
Deploy older version
1 parent f808e66 commit bf83f79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .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

0 commit comments

Comments
 (0)