diff --git a/.github/workflows/deploy.yml b/.github/workflows/old-deploy.yml similarity index 91% rename from .github/workflows/deploy.yml rename to .github/workflows/old-deploy.yml index 4d63e2d..8488278 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/old-deploy.yml @@ -1,12 +1,15 @@ name: Deploy to GitHub Pages -on: - push: - branches: - - main +# on: +# push: +# branches: +# - main # Review gh actions docs if you want to further define triggers, paths, etc # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on + # Allow running this workflow manually from the Actions tab + workflow_dispatch: + defaults: run: shell: bash