Skip to content

Commit

Permalink
fix: Fixed apidoc workflow to comply with latest doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Nov 12, 2021
1 parent 2dc4a09 commit bf8929b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/apidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf8929b

Please sign in to comment.