We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cd3be commit 5c8bec6Copy full SHA for 5c8bec6
1 file changed
.github/workflows/publish-dev.yml
@@ -43,16 +43,13 @@ jobs:
43
- name: Build docs
44
run: |
45
mkdir out
46
- make MP_UPDATE_VERSION="dev" OUTDIR='pwd'/out SPHINXBUILD=sphinx-build html
+ make MP_UPDATE_VERSION="dev" OUTDIR=out SPHINXBUILD=sphinx-build html
47
48
- - name: prepare docs for upload
+ - name: prepare docs for upload and publish docs
49
50
mv out/html out/dev
51
cd out
52
tar -czf offline-docs.tgz dev/
53
mv offline-docs.tgz dev/
54
-
55
- - name: publish docs
56
- run: |
57
gsutil config -e ${{ secrets.BUCKET_CREDS }}
58
gsutil -m rsync -d -r dev gs://docs.foundries.io/dev
0 commit comments