Generate docs only upon release (#362)

Signed-off-by: Adam Henley <adamazing@gmail.com>
This commit is contained in:
Adam Henley 2024-06-07 03:17:20 +12:00 committed by GitHub
commit 3a14232105
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,8 @@ name: github pages
on:
push:
branches:
- main
tags:
- "v*" # push events matching `v` followed by anything, e.g. v1.0, v20.15.10
jobs:
deploy: