Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rdornas authored Nov 7, 2024
1 parent 5463d15 commit 58ffdc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
git checkout -b gh-pages
mkdir -p gestor
cp -r manual_gestor/docs/* gestor/
git add manual_gestor
git add gestor
git commit -m "Deploy manual_gestor"
git push origin gh-pages --force
Expand All @@ -32,7 +32,7 @@ jobs:
git checkout gh-pages
mkdir -p instituicao
cp -r manual_instituicao/docs/* instituicao/
git add manual_instituicao
git add instituicao
git commit -m "Deploy manual_instituicao"
git push origin gh-pages --force
Expand All @@ -41,6 +41,6 @@ jobs:
git checkout gh-pages
mkdir -p responsavel
cp -r manual_responsavel/docs/* responsavel/
git add manual_responsavel
git add responsavel
git commit -m "Deploy manual_responsavel"
git push origin gh-pages --force

0 comments on commit 58ffdc1

Please sign in to comment.