Skip to content

Commit 2a0fca6

Browse files
committed
WIP PR
1 parent bf820f8 commit 2a0fca6

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.github/workflows/docs.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.12'
2121
- run: pip install -r docs/build/requirements.txt
2222
- name: Generate documentation
23-
id: generate
23+
# id: generate
2424
run: |
2525
cd docs/build
2626
python build.py
@@ -37,14 +37,12 @@ jobs:
3737
git config --global user.email 'github-actions@github.com'
3838
git commit -m "Update documentation"
3939
git push -f -u origin update-docs
40-
# env:
41-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4240
43-
# - name: Create Pull Request
44-
# uses: peter-evans/create-pull-request@v6
45-
# with:
46-
# token: ${{ secrets.GITHUB_TOKEN }}
47-
# branch: update-docs
48-
# title: 'Update Documentation'
49-
# body: 'This PR updates the documentation with the latest changes.'
50-
# labels: 'documentation'
41+
- name: Create Pull Request
42+
uses: peter-evans/create-pull-request@v6
43+
with:
44+
token: ${{ secrets.GITHUB_TOKEN }}
45+
branch: update-docs
46+
title: 'Update Documentation'
47+
body: 'This PR updates the documentation with the latest changes.'
48+
labels: 'documentation'

0 commit comments

Comments
 (0)