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.
2 parents c931188 + 15fd996 commit 438413fCopy full SHA for 438413f
.github/workflows/hugo.yml
@@ -31,7 +31,7 @@ jobs:
31
build:
32
runs-on: ubuntu-latest
33
env:
34
- HUGO_VERSION: 0.128.0
+ HUGO_VERSION: 0.319.4
35
steps:
36
- name: Install Hugo CLI
37
run: |
@@ -52,14 +52,15 @@ jobs:
52
53
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
54
HUGO_ENVIRONMENT: production
55
+ HUGO_ENV: production
56
57
hugo \
- --minify \
58
- --baseURL "${{ steps.pages.outputs.base_url }}/"
+ --minify
59
+ # --baseURL "${{ steps.pages.outputs.base_url }}/"
60
- name: Upload artifact
61
uses: actions/upload-pages-artifact@v3
62
with:
- path: ./public
63
+ path: ./hugo/public
64
65
# Deployment job
66
deploy:
0 commit comments