Skip to content

Commit 093ec0b

Browse files
authored
Update deployment workflow to copy posts correctly
1 parent f3233b3 commit 093ec0b

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/assets
31-
cp -r post build/web/assets/
30+
mkdir -p build/web/post
31+
cp -a post/. build/web/post/
3232
3333
- name: Deploy to GitHub Pages
3434
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)