From 5a26cfb8b34501bf567fe14b420ea6bc44c9193a Mon Sep 17 00:00:00 2001 From: Jeff Goeders Date: Fri, 8 Nov 2024 17:25:06 -0700 Subject: [PATCH] Update github_pages.yml --- .github/workflows/github_pages.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index cb73bdb..aed4ae8 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -4,8 +4,6 @@ on: push: branches: - main - schedule: - - cron: "0 0 1 * *" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -65,4 +63,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2