diff --git a/.github/workflows/apidoc.yml b/.github/workflows/apidoc.yml index 0b75c22f..11e9f467 100644 --- a/.github/workflows/apidoc.yml +++ b/.github/workflows/apidoc.yml @@ -47,7 +47,9 @@ jobs: - name: "Commit" uses: EndBug/add-and-commit@v7.2.1 with: - add: "api" + add: + - "api" + - "scripting/z_esc_reference.rst" message: 'docs: Automatic update of API docs' push: true cwd: "docs"