docs: Fixed doc generation

This commit is contained in:
Dennis Ploeger
2021-11-02 12:50:04 +01:00
parent 1c6a177830
commit c986b64a9e

View File

@@ -9,7 +9,6 @@ concurrency: api-${{ github.ref }}
jobs:
apidoc:
# if: "${{ github.event.head_commit.message != 'docs: Automatic update of API docs' }}"
name: Update API docs
runs-on: ubuntu-latest
steps:
@@ -42,12 +41,12 @@ jobs:
cd docs
python3 extractesc.py
git status
# - name: "Commit"
# uses: EndBug/add-and-commit@v7.2.1
# with:
# add: "api"
# message: 'docs: Automatic update of API docs'
# push: true
# cwd: "docs"
- name: "Commit"
uses: EndBug/add-and-commit@v7.2.1
with:
add: "api"
message: 'docs: Automatic update of API docs'
push: true
cwd: "docs"