Skip to content

Commit

Permalink
Make releases from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Dec 27, 2020
1 parent 6b443de commit 504a21c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ jobs:
./qalgebra-docs-${{ steps.get_version.outputs.VERSION }}.zip
./qalgebra-docs-${{ steps.get_version.outputs.VERSION }}.pdf
create_github_release:
name: Create a Github Release
runs-on: ubuntu-18.04
needs: build_docs
steps:

- name: Check version
run: echo "qalgebra-docs-${{ steps.get_version.outputs.VERSION }}.zip"

deploy_gh_pages:
name: Deploy documentation to gh-pages
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 504a21c

Please sign in to comment.