From ca186187482de62deaf47c1a992c0c0b936cd1b2 Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Tue, 14 Apr 2026 07:04:29 -0400 Subject: [PATCH] fix outdir path and combine final steps Signed-off-by: Katrina Prosise --- .github/workflows/publish-dev.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index 2f68e1aa..e80dc82d 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -43,16 +43,13 @@ jobs: - name: Build docs run: | mkdir out - make MP_UPDATE_VERSION="dev" OUTDIR='pwd'/out SPHINXBUILD=sphinx-build html + make MP_UPDATE_VERSION="dev" OUTDIR=out SPHINXBUILD=sphinx-build html - - name: prepare docs for upload + - name: prepare docs for upload and publish docs run: | mv out/html out/dev cd out tar -czf offline-docs.tgz dev/ mv offline-docs.tgz dev/ - - - name: publish docs - run: | gsutil config -e ${{ secrets.BUCKET_CREDS }} gsutil -m rsync -d -r dev gs://docs.foundries.io/dev