Skip to content

Commit

Permalink
πŸ’š Use rsync command
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Jan 17, 2024
1 parent 81467be commit c791c8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ssg.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
cd ./src/BlazeKit.Website
/vercel/.dotnet/dotnet publish -o .blazekit/build/tmp
/vercel/.dotnet/dotnet run ssg
mkdir -p ../../.vercel/output/static
rsync -av .blazekit/build/ssg/ ../../.vercel/output/static/

0 comments on commit c791c8b

Please sign in to comment.