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