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:
|
jobs:
|
||||||
apidoc:
|
apidoc:
|
||||||
# if: "${{ github.event.head_commit.message != 'docs: Automatic update of API docs' }}"
|
|
||||||
name: Update API docs
|
name: Update API docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -42,12 +41,12 @@ jobs:
|
|||||||
cd docs
|
cd docs
|
||||||
python3 extractesc.py
|
python3 extractesc.py
|
||||||
git status
|
git status
|
||||||
# - name: "Commit"
|
- name: "Commit"
|
||||||
# uses: EndBug/add-and-commit@v7.2.1
|
uses: EndBug/add-and-commit@v7.2.1
|
||||||
# with:
|
with:
|
||||||
# add: "api"
|
add: "api"
|
||||||
# message: 'docs: Automatic update of API docs'
|
message: 'docs: Automatic update of API docs'
|
||||||
# push: true
|
push: true
|
||||||
# cwd: "docs"
|
cwd: "docs"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user