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: