Skip to content

Commit

Permalink
ci: Update how the generateReadme handles push
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr0p42 committed Aug 7, 2023
1 parent c86693c commit c54ac2e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/generate_readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
ALGOLIA_APP_ID: '${{ secrets.ALGOLIA_APP_ID }}'
ALGOLIA_API_KEY: '${{ secrets.ALGOLIA_API_KEY }}'
- run: "jupyter nbconvert --clear-output --inplace .github/push_templates_to_algolia.ipynb"
- uses: EndBug/[email protected]
with:
message: 'generateReadme: Refresh'
# - uses: EndBug/[email protected]
# with:
# message: 'generateReadme: Refresh'
- name: Commit and push
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git pull --no-edit
git commit -m 'generateReadme: Refresh' -a
git push

0 comments on commit c54ac2e

Please sign in to comment.