Skip to content

Commit

Permalink
Added task to pull_request workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
slash-under committed Mar 22, 2022
1 parent 0bf472e commit cc95401
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ jobs:
python-version: 3.8
- uses: pre-commit/[email protected]

update-documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
python configs/gen_docs.py
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "Update NeoXArgs docs automatically"
git push
run-tests:
runs-on: self-hosted
steps:
Expand Down

0 comments on commit cc95401

Please sign in to comment.