We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a43e13 commit 101f216Copy full SHA for 101f216
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
run: pnpm run build
58
59
- name: "Copy to base path"
60
- run: cp dist _site${{ steps.pages.outputs.base_path }}
+ run: cp -r dist _site${{ steps.pages.outputs.base_path }}
61
62
- name: Upload site artifact
63
uses: actions/upload-pages-artifact@v3
0 commit comments