Skip to content

Commit 320635d

Browse files
committed
Revert "publish under version"
This reverts commit 6adff2b.
1 parent 6adff2b commit 320635d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/workflow.yml

-4
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,11 @@ jobs:
162162
- name: build docs
163163
run: |
164164
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"
168165
- name: Deploy
169166
uses: peaceiris/actions-gh-pages@v3
170167
with:
171168
github_token: ${{ secrets.GITHUB_TOKEN }}
172169
publish_dir: ./build/documentation/
173-
destination_dir: steps.get_version.outputs.version
174170

175171
release:
176172
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)