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 b5cc8d2 commit 888ba92Copy full SHA for 888ba92
.github/workflows/python-publish.yml
@@ -24,10 +24,15 @@ jobs:
24
FORGE_CLIENT_SECRET: ${{ secrets.FORGE_CLIENT_SECRET }}
25
FORGE_BUCKET: ${{ secrets.FORGE_BUCKET }}
26
run: make test
27
- - name: Generate docs
28
- run: make docs
29
- name: Build and publish
30
env:
31
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
32
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
33
run: make publish
+ - name: Publish docs
+ run: make docs
34
+ - name: Deploy docs
35
+ uses: JamesIves/[email protected]
36
+ with:
37
+ branch: gh-pages
38
+ folder: docs/autodesk_forge_sdk
0 commit comments