From 5a5647eb43ab4d92a66ec13ba9ca1c7dd8e26aaa Mon Sep 17 00:00:00 2001 From: Branimir Georgiev Date: Sun, 11 Aug 2024 18:13:19 +0300 Subject: [PATCH] (#12) - Update the page deployment pipeline --- .github/workflows/deploy_pages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy_pages.yml b/.github/workflows/deploy_pages.yml index dd2987e..3cc6ff0 100644 --- a/.github/workflows/deploy_pages.yml +++ b/.github/workflows/deploy_pages.yml @@ -1,6 +1,9 @@ # Simple workflow for deploying static content to GitHub Pages name: Deploy Pages + +# Controls when the action will run. on: + # Trigger the deployment manually workflow_dispatch: