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 0eace1c commit 623e9deCopy full SHA for 623e9de
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
run: npm install -g pnpm && pnpm install
23
24
- name: Build and export
25
- run: pnpm run build && pnpm run export
+ run: pnpm run build
26
27
- name: Deploy to GitHub Pages
28
uses: peaceiris/actions-gh-pages@v3
0 commit comments