Skip to content

Commit c4eb72d

Browse files
committed
fix
1 parent 4d45ecc commit c4eb72d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-blog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
4545
HUGO_ENVIRONMENT: production
4646
run: |
47-
hugo \
47+
cd blog && hugo \
4848
--gc \
4949
--minify \
5050
--baseURL "${{ steps.pages.outputs.base_url }}/"
5151
5252
- name: Upload artifact
5353
uses: actions/upload-pages-artifact@v3
5454
with:
55-
path: ./public
55+
path: ./blog/public
5656

5757
deploy:
5858
environment:

0 commit comments

Comments
 (0)