From 2de5e1ecc0e80583e573733088a1be0e2b7c210d Mon Sep 17 00:00:00 2001 From: Trim Bresilla Date: Thu, 19 Oct 2023 16:37:35 +0200 Subject: [PATCH] ci: gitub action mdbook automatic --- .github/workflows/book.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 76f79e1..3250cd8 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -1,8 +1,9 @@ name: book on: - release: - types: [created] + push: + branches: + - develop jobs: deploy_site: