Update hugo.yml
This commit is contained in:
parent
9f5f8951e1
commit
830a351eea
3
.github/workflows/hugo.yml
vendored
3
.github/workflows/hugo.yml
vendored
@ -48,6 +48,7 @@ jobs:
|
||||
- name: Install Node.js dependencies
|
||||
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
|
||||
- name: Build with Hugo
|
||||
working-directory: ./docs
|
||||
env:
|
||||
# For maximum backward compatibility with Hugo modules
|
||||
HUGO_ENVIRONMENT: production
|
||||
@ -59,7 +60,7 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
path: ./public
|
||||
path: ./docs/public
|
||||
|
||||
# Deployment job
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user