Skip to content

Commit

Permalink
Merge pull request #492 from splunk/doc-generation-update
Browse files Browse the repository at this point in the history
Doc generation update
  • Loading branch information
ashah-splunk authored Oct 28, 2022
2 parents affb72e + 1be1cc8 commit 1a5321c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
run: |
rm -rf ./docs/_build
tox -e docs
cd ./docs/_build/html && zip -r ../docs_html.zip . -x ".*" -x "__MACOSX"
- name : Docs Upload
uses: actions/upload-artifact@v3
with:
name: apidocs
path: docs/_build/docs_html.zip
name: python_sdk_docs
path: docs/_build/html
# Test upload
# - name: Publish package to TestPyPI
# uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 1a5321c

Please # to comment.