From c0f451177c43fd53251784757663c5741d4b75f6 Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Tue, 14 Apr 2026 06:39:42 -0400 Subject: [PATCH] fix path in workflow Signed-off-by: Katrina Prosise --- .github/workflows/publish-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index 140c4ff2..0e9b3066 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -38,7 +38,7 @@ jobs: export fv=$(wget -q -O- https://api.github.com/repos/foundriesio/fioctl/releases/latest | grep tag_name | sed -E 's/.*"([^"]+)".*/\1/') wget -O /tmp/fioctl https://github.com/foundriesio/fioctl/releases/download/${fv}/fioctl-linux-amd64 chmod +x /tmp/fioctl - /tmp/fioctl gen-rst docs/source/appendix/fioctl-command-reference/ + /tmp/fioctl gen-rst source/appendix/fioctl-command-reference/ - name: Build docs run: |