Skip to content

Commit cc8917f

Browse files
authored
Update deployment script to copy posts to new directory
1 parent 07358d6 commit cc8917f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

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

2828
- name: Copy posts to build/web/assets
2929
run: |
30-
mkdir -p build/web/assets/post
31-
cp -r post/. build/web/assets/post/
32-
ls -al build/web/assets/post || true
30+
mkdir -p build/web/post
31+
cp -r post/. build/web/post/
32+
ls -al build/web/post || true
3333
3434
- name: Deploy to GitHub Pages
3535
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)