Skip to content

Commit 3261114

Browse files
committed
re-deploy the whole assets folder
the images example uses them, and apparently I forgot in 639b71f
1 parent b3efda6 commit 3261114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: npm install --frozen-lockfile
2323
- run: npm run tsc
2424
- run: npm exec vite -- -c site/vite.config.js build --minify false --base dropflow/
25-
- run: cp assets/logo-afe.png dist/site/assets
25+
- run: cp -r assets dist/site
2626
- name: Upload site
2727
uses: actions/upload-pages-artifact@v3
2828
with:

0 commit comments

Comments
 (0)