Skip to content

Commit

Permalink
Add output
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Dikhoff committed Oct 25, 2024
1 parent 4fac0fa commit 02c2945
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ git add .
git commit --message "$gitCommitMessage"
git push --force

mkdir output
echo "Build finished. Commit message: $gitCommitMessage" > output/index.html
# Create some output so Cloudflare is happy
cd ..
mkdir -p ./output
echo "Build finished. Commit message: $gitCommitMessage" > ./output/index.html

echo "Done. Made by @Craptain"

0 comments on commit 02c2945

Please sign in to comment.