Skip to content

Commit 1e346ef

Browse files
authored
Merge pull request #595 from slash-under/patch-1
Add documentation generation to CI
2 parents 0bf472e + cc95401 commit 1e346ef

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)