Update .github/workflows/deploy-pages.yml
This commit is contained in:
1
.github/workflows/deploy-pages.yml
vendored
1
.github/workflows/deploy-pages.yml
vendored
@@ -53,6 +53,7 @@ jobs:
|
||||
cd deploy
|
||||
git checkout --orphan gitea-pages
|
||||
git reset --hard
|
||||
rm -rf ../public/.git
|
||||
cp -r ../public/* .
|
||||
git add --all
|
||||
git commit -m "Deploy site"
|
||||
|
||||
Reference in New Issue
Block a user