From c986b64a9e6606ca5c67e8639c86c25f165d4296 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Tue, 2 Nov 2021 12:50:04 +0100 Subject: [PATCH] docs: Fixed doc generation --- .github/workflows/apidoc.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/apidoc.yml b/.github/workflows/apidoc.yml index 9f24edaf..39698aba 100644 --- a/.github/workflows/apidoc.yml +++ b/.github/workflows/apidoc.yml @@ -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"