Skip to content

Commit 85d90b2

Browse files
committed
WIP check py ver
1 parent 5bff651 commit 85d90b2

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

.github/workflows/docs.yml

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

0 commit comments

Comments
 (0)