From dcc7bd3aa687f1eaaced29a38111cb3c4efe481e Mon Sep 17 00:00:00 2001 From: Remy Gwaramadze Date: Mon, 29 Jul 2024 15:36:19 +0200 Subject: [PATCH] WIP --- .github/workflows/docs.yml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7db506b52..0c707d7c6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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'