Skip to content

Commit 78bc77b

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
- name: Build Flutter web
2626
run: flutter build web
2727

28+
- name: Copy posts to build/web/assets
29+
run: |
30+
mkdir -p build/web/assets
31+
cp -r posts build/web/assets/
32+
2833
- name: Deploy to GitHub Pages
2934
uses: peaceiris/actions-gh-pages@v3
3035
with:

0 commit comments

Comments
 (0)