We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa9e6d commit 2925b50Copy full SHA for 2925b50
.github/workflows/docs_release.yaml
@@ -38,9 +38,9 @@ jobs:
38
cd docs/
39
make clean html
40
cd _build/html
41
- tar -czvf ${{ github.event.inputs.libVersion }}.tar.gz .
+ tar -czvf ../../${{ github.event.inputs.libVersion }}.tar.gz .
42
- id: "gcs-upload"
43
uses: 'google-github-actions/upload-cloud-storage@v0'
44
with:
45
- path: '${{ github.event.inputs.libVersion }}.tar.gz'
+ path: 'docs/${{ github.event.inputs.libVersion }}.tar.gz'
46
destination: 'ua-web-ci-prod-docs-transfer/libraries/python/${{ github.event.inputs.libVersion }}.tar.gz'
0 commit comments