docs: Fixed doc generation
This commit is contained in:
15
.github/workflows/apidoc.yml
vendored
15
.github/workflows/apidoc.yml
vendored
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user