Fix doc update on release

Sorry for the noise, there were some errors in #1197 which github did not show until after I merged 😞
This commit is contained in:
David Hewitt 2020-09-16 21:11:31 +01:00 committed by GitHub
parent 88358dee08
commit ba360bc3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ jobs:
release:
needs: deploy
if: ${{ env.GITHUB_EVENT_NAME == 'release' }}
runs-on: ubuntu-latest
if: ${{ github.event_name == 'release' }}
steps:
- name: Create latest tag redirect
env: