Skip to content

Commit

Permalink
Trying to fix pushing of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Sep 2, 2024
1 parent 4984bb3 commit 1ffa8a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
# Required for Upload doc step
- name: Setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git config user.name "Continuous Integration"
git config user.email "<[email protected]>"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@main
with:
Expand Down Expand Up @@ -65,5 +65,5 @@ jobs:
cp -r docs/build/html/* docs/
rm -rf docs/build
git add docs/
git commit --author="Github Actions Bot <>" -m "Update docs" && \
git commit --author="Continuous Integration <[email protected]>" -m "Update docs" && \
git push origin gh_pages || exit 0

0 comments on commit 1ffa8a7

Please sign in to comment.