Skip to content

Commit dcc7bd3

Browse files
committed
WIP
1 parent 85d90b2 commit dcc7bd3

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

.github/workflows/docs.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- run: python --version
19-
# - run: pip install -r docs/build/requirements.txt
20-
# - run: python build.py
21-
# working-directory: ./docs/build
22-
# - name: Create Pull Request
23-
# uses: peter-evans/create-pull-request@v6
24-
# with:
25-
# commit-message: Update documentation
26-
# branch: update-documentation
27-
# delete-branch: true
28-
# title: 'Update Documentation'
29-
# body: 'This is the PR with the Autogenerated documentation'
30-
# labels: 'documentation'
18+
- run: pip install -r docs/build/requirements.txt
19+
- run: python build.py
20+
working-directory: ./docs/build
21+
- uses: peter-evans/create-pull-request@v6
22+
with:
23+
commit-message: Update documentation
24+
branch: update-documentation
25+
delete-branch: true
26+
title: 'Update Documentation'
27+
body: 'This is the PR with the Autogenerated documentation'
28+
labels: 'documentation'

0 commit comments

Comments
 (0)