From 1d17e2c3a09c735edc1c0c9eb14c8b5998071934 Mon Sep 17 00:00:00 2001 From: Justin Bousquin Date: Wed, 13 Sep 2023 21:01:38 -0500 Subject: [PATCH] Update documentation_deploy.yaml Deploy new pages --- .github/workflows/documentation_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation_deploy.yaml b/.github/workflows/documentation_deploy.yaml index bf1795f..4b7e493 100644 --- a/.github/workflows/documentation_deploy.yaml +++ b/.github/workflows/documentation_deploy.yaml @@ -3,7 +3,7 @@ name: docs_deploy on: push: branches: - [main] + [main, add-doc-examples] # Allows you to run this workflow manually from the Actions tab #workflow_dispatch: