Skip to content

Commit

Permalink
more in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Jan 15, 2024
1 parent c1c0277 commit 17c751f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,11 @@ jobs:
- name: Render documentation from ttl
run: python docs/scripts/ttl_to_html.py

- name: Render documentation from md
run: python docs/scripts/md_to_html.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:

needs: updatepages

runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 17c751f

Please sign in to comment.