Skip to content

Commit 87d34f5

Browse files
committed
Put back doc deploy guard
1 parent d2fa291 commit 87d34f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
name: Upload docs to GitHub pages
4747
runs-on: ubuntu-latest
4848
needs: build-docs
49+
if: contains(github.ref, 'tags')
4950
steps:
5051
- uses: actions/checkout@v3
5152
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)