Skip to content

Commit cc95401

Browse files
committed
Added task to pull_request workflow.
1 parent 0bf472e commit cc95401

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ jobs:
1212
python-version: 3.8
1313
- uses: pre-commit/[email protected]
1414

15+
update-documentation:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v3
19+
- run: |
20+
python configs/gen_docs.py
21+
git config user.name github-actions
22+
git config user.email [email protected]
23+
git add .
24+
git commit -m "Update NeoXArgs docs automatically"
25+
git push
1526
run-tests:
1627
runs-on: self-hosted
1728
steps:

0 commit comments

Comments
 (0)