Skip to content

Commit 15f3a13

Browse files
committed
fix publish folder error
1 parent 4f6b930 commit 15f3a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deplot-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Copying release artifacts to public folder
2727
run: |
2828
mkdir -p ./public
29-
cp -r ./phoenix/dist ./public
29+
cp -r ./phoenix/dist/. ./public
3030
shell: bash
3131
- name: Deploy Github Pages
3232
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)