Skip to content

Commit c17ecf1

Browse files
committed
reverted deply to docs folder (forgot it's required for github pages)
1 parent dfb62ad commit c17ecf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
dotnet publish -c Release OsayamiBlog.csproj
3-
rm -rf build
4-
mkdir build
3+
rm -rf docs
4+
mkdir docs
55
cp -r bin/Release/net10.0/publish/wwwroot/* docs/
66
touch docs/.nojekyll
77
git add docs

0 commit comments

Comments
 (0)