Skip to content

Commit 101f216

Browse files
PatrickPatrick
authored andcommitted
fix: build
1 parent 1a43e13 commit 101f216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: pnpm run build
5858

5959
- name: "Copy to base path"
60-
run: cp dist _site${{ steps.pages.outputs.base_path }}
60+
run: cp -r dist _site${{ steps.pages.outputs.base_path }}
6161

6262
- name: Upload site artifact
6363
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)