fix(ci): install fish in build-docs workflow
Generate documentation / build-docs (push) Failing after 50s

The registry round-trip test spawns a real fish subprocess to verify
conf.d/__fish_config_op_registry.fish sources correctly, but the
runner image has no fish binary, so the workflow failed with
FileNotFoundError.
This commit is contained in:
2026-08-18 21:50:43 -04:00
parent 6ef0859e43
commit df929c5335
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -y pandoc python3-yaml
sudo apt-get install -y pandoc python3-yaml fish
- name: Generate concatenated markdown
run: python3 docs/build-manual.py --concat -o docs/fish-config.md