Skip to content

Commit

Permalink
fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Mar 30, 2024
1 parent e8a6df1 commit 4949246
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
run: sphinx-build . _build

- uses: actions/checkout@v3
with:
name: Documentation
run: |
git config --global user.name 'Your Name'
git config --global user.email '[email protected]'
git add --all docs/_build/
git commit -m "Documentation generated"
git push
- name: Push documentation
run: |
git config --global user.name 'Your Name'
git config --global user.email '[email protected]'
git add --all docs/_build/
git commit -m "Documentation generated"
git push

0 comments on commit 4949246

Please sign in to comment.