Skip to content

Commit

Permalink
update in doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Jan 17, 2024
1 parent e91d257 commit 50f0281
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ jobs:
- name: Render documentation from ttl
run: python sphinx/ttl_to_rst.py

- 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 -m "Automatic update of github pages"
git push origin master
sphinx-build:

Expand Down

0 comments on commit 50f0281

Please sign in to comment.