fix: Fixed apidoc workflow to comply with latest doc changes

This commit is contained in:
Dennis Ploeger
2021-11-12 18:45:31 +01:00
parent 2dc4a09a5a
commit bf8929ba2d

View File

@@ -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