Skip to content

Commit

Permalink
simplification in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Jan 26, 2024
1 parent 07e02db commit 5761483
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: sphinx/_build/html

- name: Commit updated documentation
run: |
cd ${GITHUB_WORKSPACE}
git config --global user.email "${GIT_USER_EMAIL}"
git config --global user.name "${GIT_USER_NAME}"
git config pull.rebase false
git add .
git commit --allow-empty -m "Automatic update of github pages"
git push origin master

0 comments on commit 5761483

Please sign in to comment.