From 8b9d3a26cd6d32f4c7303ffa8ce87443aeaea603 Mon Sep 17 00:00:00 2001 From: Christopher Jr Riley Date: Wed, 15 May 2024 19:38:42 -0400 Subject: [PATCH] Update docc.yml Added the option to manually trigger the action. --- .github/workflows/docc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docc.yml b/.github/workflows/docc.yml index c4679e559c..4aaa583114 100644 --- a/.github/workflows/docc.yml +++ b/.github/workflows/docc.yml @@ -3,6 +3,7 @@ name: Update Documentation on Release on: release: types: [published] + workflow_dispatch: jobs: update-docs: