Skip to content

Commit 3c8a4b3

Browse files
authored
Update build-and-deploy.yml
1 parent 08feafe commit 3c8a4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
cd ..
5252
5353
mkdir -p "output/$project"
54-
cp -r "$project/build/." "output/$project/"
54+
cp -r "$project/dist/." "output/$project/"
5555
done
5656
5757
- name: Deploy to `docs` branch

0 commit comments

Comments
 (0)