Skip to content

Commit

Permalink
Revert "publish under version"
Browse files Browse the repository at this point in the history
This reverts commit 6adff2b.
  • Loading branch information
markus-stoll committed Feb 20, 2023
1 parent 6adff2b commit 320635d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,11 @@ jobs:
- name: build docs
run: |
poetry run sphinx-build docs/source build/documentation/ -W -b html
- name: get version
id: get_version
run: echo "version=$(python setup.py --version)" >> "$GITHUB_OUTPUT"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/documentation/
destination_dir: steps.get_version.outputs.version

release:
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 320635d

Please sign in to comment.