We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adff2b commit 320635dCopy full SHA for 320635d
.github/workflows/workflow.yml
@@ -162,15 +162,11 @@ jobs:
162
- name: build docs
163
run: |
164
poetry run sphinx-build docs/source build/documentation/ -W -b html
165
- - name: get version
166
- id: get_version
167
- run: echo "version=$(python setup.py --version)" >> "$GITHUB_OUTPUT"
168
- name: Deploy
169
uses: peaceiris/actions-gh-pages@v3
170
with:
171
github_token: ${{ secrets.GITHUB_TOKEN }}
172
publish_dir: ./build/documentation/
173
- destination_dir: steps.get_version.outputs.version
174
175
release:
176
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments