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 b3efda6 commit 3261114Copy full SHA for 3261114
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: npm install --frozen-lockfile
23
- run: npm run tsc
24
- run: npm exec vite -- -c site/vite.config.js build --minify false --base dropflow/
25
- - run: cp assets/logo-afe.png dist/site/assets
+ - run: cp -r assets dist/site
26
- name: Upload site
27
uses: actions/upload-pages-artifact@v3
28
with:
0 commit comments