Skip to content

Commit

Permalink
Put back doc deploy guard
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Jun 30, 2023
1 parent d2fa291 commit 87d34f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
name: Upload docs to GitHub pages
runs-on: ubuntu-latest
needs: build-docs
if: contains(github.ref, 'tags')
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 87d34f5

Please sign in to comment.