From 81b3ed6962acb9d4cf4efb5e251e59f320d170a0 Mon Sep 17 00:00:00 2001 From: Joanne Bogart Date: Mon, 2 Dec 2024 16:33:02 -0800 Subject: [PATCH] one more thing needed to enable manual deploy of doc --- .github/workflows/documentation.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c12b140..b6a864c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,7 +1,5 @@ name: Docs -# on: [push, pull_request, workflow_dispatch] -# Make changes to "on:" just to force new build -on: [push] +on: [push, pull_request, workflow_dispatch] jobs: docs: runs-on: ubuntu-latest