tried some cleaner indentations in the yml file
All checks were successful
Build and Publish Site / docker (push) Successful in 2s
All checks were successful
Build and Publish Site / docker (push) Successful in 2s
This commit is contained in:
@@ -20,15 +20,15 @@ jobs:
|
||||
|
||||
- name: Configure Git
|
||||
run: |
|
||||
git config --global user.name "Gitea Actions"
|
||||
git config --global user.email "actions@gitea.local"
|
||||
git config --global user.name "Gitea Actions"
|
||||
git config --global user.email "actions@gitea.local"
|
||||
|
||||
- name: Push to gitea-pages branch
|
||||
run: |
|
||||
git checkout --orphan gitea-pages
|
||||
git reset --hard
|
||||
mv site/* .
|
||||
git add .
|
||||
git commit -m "Update site - $(date)"
|
||||
git push -f https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git gitea-pages
|
||||
git checkout --orphan gitea-pages
|
||||
git reset --hard
|
||||
mv site/* .
|
||||
git add .
|
||||
git commit -m "Update site - $(date)"
|
||||
git push -f https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git gitea-pages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user