We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1485774 commit 332e5e3Copy full SHA for 332e5e3
1 file changed
.github/workflows/pages.yaml
@@ -31,7 +31,7 @@ jobs:
31
build:
32
runs-on: ubuntu-latest
33
env:
34
- HUGO_VERSION: 0.146.5
+ HUGO_VERSION: 0.147.8
35
steps:
36
- name: Checkout
37
uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
41
- name: Setup Go
42
uses: actions/setup-go@v5
43
with:
44
- go-version: '1.22'
+ go-version: '1.24.4'
45
- name: Setup Pages
46
id: pages
47
uses: actions/configure-pages@v5
@@ -55,13 +55,13 @@ jobs:
55
HUGO_ENVIRONMENT: production
56
HUGO_ENV: production
57
run: |
58
- hugo \
+ hugo build --source docs \
59
--gc --minify \
60
--baseURL "${{ steps.pages.outputs.base_url }}/"
61
- name: Upload artifact
62
uses: actions/upload-pages-artifact@v3
63
64
- path: ./public
+ path: docs/public
65
66
# Deployment job
67
deploy:
0 commit comments