Skip to content

Commit

Permalink
fix vercel script path
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Sep 20, 2024
1 parent bbaf2c6 commit b574718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build() {
echo "building..."
jekyll build
mkdir -p .vercel/output/
node scripts/vercel/config.mjs > .vercel/output/config.json
node ci/vercel/config.mjs > .vercel/output/config.json
cp -r _site .vercel/output/static
}

Expand Down

0 comments on commit b574718

Please sign in to comment.