diff --git a/.github/workflows/apidoc.yml b/.github/workflows/apidoc.yml index c12b508d..0b75c22f 100644 --- a/.github/workflows/apidoc.yml +++ b/.github/workflows/apidoc.yml @@ -39,7 +39,8 @@ jobs: args: "-c \"BASEDIR=$(pwd) && cd /app && ./generate_reference $BASEDIR/game -o $BASEDIR/docs/api -d addons/escoria-core\"" - name: "Update ESC reference" run: | - apt update && apt install -y python3 + apt update && apt install -y python3 python3-pip + pip3 install m2r2 cd docs python3 extractesc.py git status