Skip to content

Commit fc1d23f

Browse files
committed
Add missing api-references generation.
1 parent 341bdda commit fc1d23f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,10 @@ jobs:
395395
run: |
396396
git log -1 --format=format:'%H'
397397
398+
- name: Update code references
399+
run: |
400+
python docs/gen_ref_pages.py
401+
398402
- name: Build, Check and Publish 📦 to Docker Hub
399403
run: >
400404
set -x ;

docs/gen_ref_pages.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
"""
23
Generate the code reference pages.
34

0 commit comments

Comments
 (0)