chore: Added esc reference to api doc workflow

This commit is contained in:
Dennis Ploeger
2021-11-12 19:04:15 +01:00
parent d62eeddf50
commit 1e210a40ae

View File

@@ -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"