Update .github/workflows/deploy-pages.yml
This commit is contained in:
@@ -58,7 +58,7 @@ jobs:
|
||||
git checkout --orphan gitea-pages
|
||||
git reset --hard
|
||||
cp -r ../public/* .
|
||||
git add --all
|
||||
git add .
|
||||
git commit -m "Deploy site"
|
||||
git push -f https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/linux/gitea-pages.git gitea-pages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user