Skip to content
Snippets Groups Projects
Commit 0a15602d authored by James Briggs's avatar James Briggs
Browse files

fix: git push

parent f949874b
No related branches found
No related tags found
No related merge requests found
...@@ -97,11 +97,10 @@ jobs: ...@@ -97,11 +97,10 @@ jobs:
git config --local user.email "admin@aurelio.ai" git config --local user.email "admin@aurelio.ai"
git config --local user.name "aurelio-bot" git config --local user.name "aurelio-bot"
- name: Commit changes - name: Git commit and push
working-directory: temp-docs working-directory: temp-docs
run: | run: |
git config --local user.email "admin@aurelio.ai"
git config --local user.name "aurelio-bot"
git add . git add .
git diff --quiet && git diff --staged --quiet || (git commit -m "chore: update semantic router docs" && git push) git diff --quiet && git diff --staged --quiet || (git commit -m "chore: update semantic router docs" && git push)
- name: Push changes
run: git push origin main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment