From dc1ef614f7319730d33e326dffd2c87fd7a1b08d Mon Sep 17 00:00:00 2001 From: Matheus Dias de Souza Date: Wed, 1 May 2024 11:19:42 -0300 Subject: [PATCH] Update demo.yml --- .github/workflows/demo.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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