Atualizar .github/workflows/build.yml
This commit is contained in:
parent
afa7081181
commit
c9e3359412
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -39,11 +39,11 @@ jobs:
|
|||
|
||||
- name: Deploy to forgejo-pages
|
||||
run: |
|
||||
git config user.email "ci@example.com"
|
||||
git config user.name "CI Bot"
|
||||
git config user.email "adrianvictor+webmaster@disroot.org"
|
||||
git config user.name "mareguma"
|
||||
git checkout --orphan forgejo-pages
|
||||
git rm -rf .
|
||||
cp -r docs/* .
|
||||
git add .
|
||||
git commit -m "Deploy: $(date)"
|
||||
git push -f origin forgejo-pages
|
||||
git push -f origin forgejo-pages
|
||||
Loading…
Add table
Add a link
Reference in a new issue