From eed923d70899d8c9100a541c68e24437ec5c7f52 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Fri, 12 Nov 2021 19:06:22 +0100 Subject: [PATCH] chore: Added esc reference to api doc workflow --- .github/workflows/apidoc.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/apidoc.yml b/.github/workflows/apidoc.yml index 11e9f467..28e46676 100644 --- a/.github/workflows/apidoc.yml +++ b/.github/workflows/apidoc.yml @@ -47,9 +47,7 @@ jobs: - name: "Commit" uses: EndBug/add-and-commit@v7.2.1 with: - add: - - "api" - - "scripting/z_esc_reference.rst" + add: '["api", "scripting/z_esc_reference.rst"]' message: 'docs: Automatic update of API docs' push: true cwd: "docs"