Skip to content

Commit 0149ae0

Browse files
committed
remove git commit from deploy
1 parent 1a87443 commit 0149ae0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

deploy.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@ rm -rf docs
44
mkdir docs
55
cp -r bin/Release/net10.0/publish/wwwroot/* docs/
66
touch docs/.nojekyll
7-
git add docs
8-
git commit -m "Update GitHub Pages build"
9-
git push
10-
echo "Deployment to GitHub Pages completed."
7+
git add docs

0 commit comments

Comments
 (0)