Skip to content

Commit 1a5321c

Browse files
authored
Merge pull request #492 from splunk/doc-generation-update
Doc generation update
2 parents affb72e + 1be1cc8 commit 1a5321c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ jobs:
2929
run: |
3030
rm -rf ./docs/_build
3131
tox -e docs
32-
cd ./docs/_build/html && zip -r ../docs_html.zip . -x ".*" -x "__MACOSX"
3332
- name : Docs Upload
3433
uses: actions/upload-artifact@v3
3534
with:
36-
name: apidocs
37-
path: docs/_build/docs_html.zip
35+
name: python_sdk_docs
36+
path: docs/_build/html
3837
# Test upload
3938
# - name: Publish package to TestPyPI
4039
# uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)