Skip to content

Commit

Permalink
fix default workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodescanva committed Sep 1, 2024
1 parent 5d3fb9b commit 8569c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ concurrency:
defaults:
run:
shell: bash
working-directory: blog

jobs:
# Build job
Expand Down Expand Up @@ -58,7 +59,6 @@ jobs:
hugo \
--gc \
--minify \
--source blog \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 8569c79

Please sign in to comment.