ci: bundle docs/ in release tarball
Nightly Build / build (push) Successful in 6m40s

This commit is contained in:
2026-07-22 12:01:25 +01:00
parent cfaa7bace3
commit e1d285e7db
+2 -1
View File
@@ -16,7 +16,7 @@
# --output Directory where the .tar.gz will be written # --output Directory where the .tar.gz will be written
# #
# The tarball contains everything needed to run (or uninstall) Skald Circle: # The tarball contains everything needed to run (or uninstall) Skald Circle:
# bin/skald, bin/skald-setup, web/, agents/, skills/, # bin/skald, bin/skald-setup, web/, agents/, skills/, docs/,
# default.config.yaml, providers.yaml, requirements.txt, # default.config.yaml, providers.yaml, requirements.txt,
# requirements-optional.txt, run.sh, update.sh, uninstall.sh # requirements-optional.txt, run.sh, update.sh, uninstall.sh
@@ -93,6 +93,7 @@ chmod 755 "$STAGING/bin/skald" "$STAGING/bin/skald-setup"
cp -r web "$STAGING/web" cp -r web "$STAGING/web"
cp -r agents "$STAGING/agents" cp -r agents "$STAGING/agents"
cp -r skills "$STAGING/skills" cp -r skills "$STAGING/skills"
cp -r docs "$STAGING/docs"
cp default.config.yaml "$STAGING/default.config.yaml" cp default.config.yaml "$STAGING/default.config.yaml"
cp providers.yaml "$STAGING/providers.yaml" cp providers.yaml "$STAGING/providers.yaml"
cp requirements.txt "$STAGING/requirements.txt" cp requirements.txt "$STAGING/requirements.txt"