We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341bdda commit fc1d23fCopy full SHA for fc1d23f
.github/workflows/dev.yml
@@ -395,6 +395,10 @@ jobs:
395
run: |
396
git log -1 --format=format:'%H'
397
398
+ - name: Update code references
399
+ run: |
400
+ python docs/gen_ref_pages.py
401
+
402
- name: Build, Check and Publish 📦 to Docker Hub
403
run: >
404
set -x ;
docs/gen_ref_pages.py
100644
100755
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env python3
2
"""
3
Generate the code reference pages.
4
0 commit comments