From bf8929ba2d4be5165e0d463eb72cef2f97576475 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Fri, 12 Nov 2021 18:45:31 +0100 Subject: [PATCH] fix: Fixed apidoc workflow to comply with latest doc changes --- .github/workflows/apidoc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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