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"