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 08feafe commit 3c8a4b3Copy full SHA for 3c8a4b3
.github/workflows/build-and-deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
cd ..
52
53
mkdir -p "output/$project"
54
- cp -r "$project/build/." "output/$project/"
+ cp -r "$project/dist/." "output/$project/"
55
done
56
57
- name: Deploy to `docs` branch
0 commit comments