Skip to content

Commit f3233b3

Browse files
committed
GitHub Actions 워크플로우 수정
1 parent 78bc77b commit f3233b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Copy posts to build/web/assets
2929
run: |
3030
mkdir -p build/web/assets
31-
cp -r posts build/web/assets/
31+
cp -r post build/web/assets/
3232
3333
- name: Deploy to GitHub Pages
3434
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)