There was an error while loading. Please reload this page.
2 parents 55bd95a + 9bc8bef commit bd0e82dCopy full SHA for bd0e82d
1 file changed
.github/actions/regenerate-artifacts/action.yml
@@ -1,5 +1,5 @@
1
name: Regenerate distribution artifacts
2
-description: Run the build scripts that regenerate config, lockfiles, Containerfile, and verify secrets
+description: Run the build scripts that regenerate config, lockfiles, Containerfile, distribution docs, and verify secrets
3
4
inputs:
5
ogx-version:
@@ -26,3 +26,4 @@ runs:
26
uv run build/gen_config.py
27
./build/run_gen_lockfile.sh
28
uv run build/gen_containerfile.py
29
+ uv run build/gen_distro_docs.py
0 commit comments