We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac000d commit fe6f06eCopy full SHA for fe6f06e
1 file changed
.github/workflows/deploy.yml
@@ -44,8 +44,8 @@ jobs:
44
45
- name: Build
46
run: |
47
- pnpm vite build --base "${{ steps.pages.outputs.base_path }}" --output dist
48
-
+ pnpm vite build --base "${{ steps.pages.outputs.base_path }}"
+
49
- name: Upload artifact
50
uses: actions/upload-pages-artifact@v3
51
with:
0 commit comments