aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/api-docs.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml
index c6c2d8c658..d337e558db 100644
--- a/.github/workflows/api-docs.yml
+++ b/.github/workflows/api-docs.yml
@@ -23,8 +23,13 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
+ ./.github/scripts/install_deps.sh
sudo env DEBIAN_FRONTEND=noninteractive apt-get install -y doxygen python3 python3-msgpack
+ - name: Build metadata
+ run: |
+ make api-metadata
+
- name: Generate docs
id: docs
run: |