Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed Jan 23, 2024
1 parent af5beec commit fe7bc05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gh-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,8 @@ jobs:
echo "Running on branch $(git rev-parse --abbrev-ref HEAD)"
# Git add folder google-colab excluding .md files
git config --global user.name 'Codaqui Bot'
git config --global user.email 'contato@codaqui.dev'
git add google-colab -f --all -- ':!*.md'
git commit -m "Update google-colab paths"
git commit -m "Update google-colab paths"
git push

0 comments on commit fe7bc05

Please sign in to comment.