fix: Fixed apidoc workflow to comply with latest doc changes
This commit is contained in:
3
.github/workflows/apidoc.yml
vendored
3
.github/workflows/apidoc.yml
vendored
@@ -39,7 +39,8 @@ jobs:
|
|||||||
args: "-c \"BASEDIR=$(pwd) && cd /app && ./generate_reference $BASEDIR/game -o $BASEDIR/docs/api -d addons/escoria-core\""
|
args: "-c \"BASEDIR=$(pwd) && cd /app && ./generate_reference $BASEDIR/game -o $BASEDIR/docs/api -d addons/escoria-core\""
|
||||||
- name: "Update ESC reference"
|
- name: "Update ESC reference"
|
||||||
run: |
|
run: |
|
||||||
apt update && apt install -y python3
|
apt update && apt install -y python3 python3-pip
|
||||||
|
pip3 install m2r2
|
||||||
cd docs
|
cd docs
|
||||||
python3 extractesc.py
|
python3 extractesc.py
|
||||||
git status
|
git status
|
||||||
|
|||||||
Reference in New Issue
Block a user