Skip to content

Commit

Permalink
add working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
oppermax committed Aug 9, 2024
1 parent 9892e9c commit 28c72a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: profile
env:
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
HUGO_ENVIRONMENT: production
Expand Down

0 comments on commit 28c72a7

Please sign in to comment.