File tree 1 file changed +11
-13
lines changed
1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,14 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- 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'
You can’t perform that action at this time.
0 commit comments