We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c04639 commit 32be5aeCopy full SHA for 32be5ae
1 file changed
deploy.sh
@@ -1,7 +1,10 @@
1
#!/bin/bash
2
-dotnet publish -c Release
+dotnet publish -c Release OsayamiBlog.csproj
3
rm -rf docs
4
mkdir docs
5
cp -r bin/Release/net10.0/publish/wwwroot/* docs/
6
touch docs/.nojekyll
7
-git add docs
+git add docs
8
+git commit -m "Update GitHub Pages build"
9
+git push
10
+echo "Deployment to GitHub Pages completed."
0 commit comments