diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index f84c4e1..728ba6a 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -32,9 +32,8 @@ jobs: run: | git config --global user.name 'hydroper' git config --global user.email 'matheusdiasdesouzads@gmail.com' - git checkout demo git switch -C demo - git rm --cached . + git rm --cached -r . git add demo git commit -m "Automated report" git push origin -f demo