1 files changed, 1 insertions(+), 1 deletions(-)
M .build.yml
M .build.yml => .build.yml +1 -1
@@ 13,7 13,7 @@ environment:
VERCEL_PROJECT_ID: QmUPj27WQHfFH6VqgBoucfKKFE8whkC352RgEkDk8inoGA
tasks:
- setup: |
- ln -s ~/uni-notes uni-notes-site/classes
+ cp -r uni-notes uni-notes-site/classes
- deploy: |
cd uni-notes-site
npx vercel --prod --local-config ./vercel.json