Skip to content

Commit 1f05cba

Browse files
committed
[action]: copy assets directory content in gh-page;
1 parent a8c9ddd commit 1f05cba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Build
3838
run: pnpm run build
3939

40+
- name: Copy assets to dist
41+
run: cp -r assets dist/
42+
4043
- name: Setup Pages
4144
uses: actions/configure-pages@v4
4245

0 commit comments

Comments
 (0)