We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb62ad commit c17ecf1Copy full SHA for c17ecf1
1 file changed
deploy.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
dotnet publish -c Release OsayamiBlog.csproj
3
-rm -rf build
4
-mkdir build
+rm -rf docs
+mkdir docs
5
cp -r bin/Release/net10.0/publish/wwwroot/* docs/
6
touch docs/.nojekyll
7
git add docs
0 commit comments