From 6bb34d55be7767a67bbd40bf791e934f9d603ceb Mon Sep 17 00:00:00 2001 From: Jeff Goeders Date: Tue, 17 Dec 2024 15:33:50 -0700 Subject: [PATCH 1/2] 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 6cde411..fb148b9 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: @@ -61,4 +59,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 From da5a8e0bd212e9782a4421186c735906b0a08236 Mon Sep 17 00:00:00 2001 From: Jeff Goeders Date: Tue, 17 Dec 2024 15:34:13 -0700 Subject: [PATCH 2/2] Update link_checker.yml --- .github/workflows/link_checker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/link_checker.yml b/.github/workflows/link_checker.yml index 0bac9f3..400e3ad 100644 --- a/.github/workflows/link_checker.yml +++ b/.github/workflows/link_checker.yml @@ -3,8 +3,7 @@ name: Build and check links on: push: pull_request: - schedule: - - cron: "0 0 1 * *" + jobs: build: @@ -28,4 +27,4 @@ jobs: ruby-version: '3.0' bundler-cache: true - name: Check links - run: make check_links \ No newline at end of file + run: make check_links