We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f808e66 commit d63f95dCopy full SHA for d63f95d
.github/workflows/pr-deploy-and-comment.yml
@@ -17,11 +17,11 @@ jobs:
17
fetch-depth: 0
18
19
- name: Setup Hugo
20
- uses: peaceiris/actions-hugo@v2
+ uses: peaceiris/actions-hugo@v2
21
with:
22
- hugo-version: 'latest'
+ hugo-version: 'v0.100.0'
23
extended: true
24
-
+
25
- name: Temp config
26
run: |
27
echo url_latest_version = \"https://docs-test.viam.dev/${{ github.sha }}/public\" > config_pr.toml
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)
0 commit comments