forked from Controls/gitea-pages
This commit is contained in:
@@ -30,5 +30,6 @@ jobs:
|
||||
mv site/* .
|
||||
git add .
|
||||
git commit -m "Update site - $(date)"
|
||||
git push -f https://${{ secrets.GITHUB_TOKEN }}@${{ github.server_url }}/${{ github.repository }}.git gitea-pages
|
||||
REPO_URL=$(echo "${{ github.server_url }}/${{ github.repository }}.git" | sed 's|https://||')
|
||||
git push -f https://${{ secrets.GITHUB_TOKEN }}@$REPO_URL gitea-pages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user