Skip to content

Commit b4aa5cc

Browse files
authored
Fix path for copying posts to build directory
1 parent 093ec0b commit b4aa5cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727

2828
- name: Copy posts to build/web/assets
2929
run: |
30-
mkdir -p build/web/post
31-
cp -a post/. build/web/post/
30+
mkdir -p build/web/asset/post
31+
cp -a post/. build/web/asset/post/
3232
3333
- name: Deploy to GitHub Pages
3434
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)