Skip to content

Commit 5c8bec6

Browse files
committed
fix outdir path and combine final steps
Signed-off-by: Katrina Prosise <katrina.prosise@foundries.io>
1 parent f3cd3be commit 5c8bec6

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/publish-dev.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,13 @@ jobs:
4343
- name: Build docs
4444
run: |
4545
mkdir out
46-
make MP_UPDATE_VERSION="dev" OUTDIR='pwd'/out SPHINXBUILD=sphinx-build html
46+
make MP_UPDATE_VERSION="dev" OUTDIR=out SPHINXBUILD=sphinx-build html
4747
48-
- name: prepare docs for upload
48+
- name: prepare docs for upload and publish docs
4949
run: |
5050
mv out/html out/dev
5151
cd out
5252
tar -czf offline-docs.tgz dev/
5353
mv offline-docs.tgz dev/
54-
55-
- name: publish docs
56-
run: |
5754
gsutil config -e ${{ secrets.BUCKET_CREDS }}
5855
gsutil -m rsync -d -r dev gs://docs.foundries.io/dev

0 commit comments

Comments
 (0)