From 1b13fc4f16e47ae46100b39cc3507647b3bc6dfd Mon Sep 17 00:00:00 2001 From: VincentAuriau Date: Mon, 8 Jan 2024 16:35:09 +0100 Subject: [PATCH] ADD: easy doc rebuild with GA --- .github/workflows/deploy_docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_docs.yaml b/.github/workflows/deploy_docs.yaml index fb8141e8..a1663645 100644 --- a/.github/workflows/deploy_docs.yaml +++ b/.github/workflows/deploy_docs.yaml @@ -1,8 +1,8 @@ name: Deploy MkDocs to GitHub Pages on: - release: - types: [published] + push: + branch: [main] jobs: deploy-docs: