From 43514a4d3eaa699c67bcedf8e32865a80904691e Mon Sep 17 00:00:00 2001 From: Coopydood <39441479+Coopydood@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:09:36 +0100 Subject: [PATCH] allow manual dispatch --- .github/workflows/pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 27d6076..6e6b860 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -7,6 +7,7 @@ name: Deploy Jekyll site to Pages on: + workflow_dispatch: push: branches: - "dev" @@ -14,7 +15,7 @@ on: - "docs/**" # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: