Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaramadze committed Jul 29, 2024
1 parent 85d90b2 commit dcc7bd3
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python --version
# - run: pip install -r docs/build/requirements.txt
# - run: python build.py
# working-directory: ./docs/build
# - name: Create Pull Request
# uses: peter-evans/create-pull-request@v6
# with:
# commit-message: Update documentation
# branch: update-documentation
# delete-branch: true
# title: 'Update Documentation'
# body: 'This is the PR with the Autogenerated documentation'
# labels: 'documentation'
- run: pip install -r docs/build/requirements.txt
- run: python build.py
working-directory: ./docs/build
- uses: peter-evans/create-pull-request@v6
with:
commit-message: Update documentation
branch: update-documentation
delete-branch: true
title: 'Update Documentation'
body: 'This is the PR with the Autogenerated documentation'
labels: 'documentation'

0 comments on commit dcc7bd3

Please sign in to comment.