Skip to content

Commit d5a31d2

Browse files
authored
fix(website): build on published (#831)
Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
1 parent f2cdd0e commit d5a31d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/website.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Website
22

33
on:
44
release:
5-
types: published
5+
types:
6+
- published
67

78
env:
89
SITE_DIR: 'site'

0 commit comments

Comments
 (0)