From 7be267356878610c968f756d3382d812ed111d88 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 8 Jun 2021 15:49:37 -0600 Subject: [PATCH] small change to github action - add workflow_dispatch as a trigger to see if the button will become available in github --- .github/workflows/sphinx_build_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sphinx_build_deploy.yml b/.github/workflows/sphinx_build_deploy.yml index 62bd008..0ff5a86 100644 --- a/.github/workflows/sphinx_build_deploy.yml +++ b/.github/workflows/sphinx_build_deploy.yml @@ -1,6 +1,7 @@ name: Publish Sphinx Built Webpages to Github Pages on: + workflow_dispatch: push: branches: - website