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 16cb27c commit 8440cc8Copy full SHA for 8440cc8
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
run: npm install
22
23
- name: Build
24
- run: npm run export
+ run: npm run build # this now auto-generates 'out/' due to output: 'export'
25
26
- name: Deploy
27
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments