Skip to content

Commit 32be5ae

Browse files
committed
added back git commit message commands to deploy.sh
1 parent 5c04639 commit 32be5ae

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

deploy.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#!/bin/bash
2-
dotnet publish -c Release
2+
dotnet publish -c Release OsayamiBlog.csproj
33
rm -rf docs
44
mkdir docs
55
cp -r bin/Release/net10.0/publish/wwwroot/* docs/
66
touch docs/.nojekyll
7-
git add docs
7+
git add docs
8+
git commit -m "Update GitHub Pages build"
9+
git push
10+
echo "Deployment to GitHub Pages completed."

0 commit comments

Comments
 (0)