Skip to content

Commit

Permalink
fix: Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyshevch committed Mar 18, 2024
1 parent e29ac21 commit 9582d4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ jobs:
id: pages
uses: actions/configure-pages@v4
- name: Install Node.js dependencies
working-directory: ./site
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
working-directory: ./site
env:
# For maximum backward compatibility with Hugo modules
HUGO_ENVIRONMENT: production
Expand All @@ -64,7 +66,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./public
path: ./site/public

# Deployment job
deploy:
Expand Down

0 comments on commit 9582d4a

Please sign in to comment.