From cc954017792c8ec31612e3e89a02daf9e27505b6 Mon Sep 17 00:00:00 2001 From: slash-under <63025235+slash-under@users.noreply.github.com> Date: Tue, 22 Mar 2022 12:53:53 -0400 Subject: [PATCH] Added task to pull_request workflow. --- .github/workflows/pull_request.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 09e6ee76d..d077ea974 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -12,6 +12,17 @@ jobs: python-version: 3.8 - uses: pre-commit/action@v2.0.3 + 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 github-actions@github.com + git add . + git commit -m "Update NeoXArgs docs automatically" + git push run-tests: runs-on: self-hosted steps: