From 5e0d5fde04fdb2a3077308f99ff00a94f740db63 Mon Sep 17 00:00:00 2001 From: Samuel Sadok Date: Mon, 28 Sep 2020 10:25:55 +0200 Subject: [PATCH] enable custom Github Pages autogen --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 18f8786e..5f7d892f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,7 +2,7 @@ name: Build and publish HTML documentation website on: push: - branches: [ feature/doc_autogen ] + branches: [ master ] jobs: jekyll: