Skip to content

Commit

Permalink
Merge branch 'main' into 2025w
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoeders authored Dec 17, 2024
2 parents f0e08e4 + da5a8e0 commit c9fc82a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -61,4 +59,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2
5 changes: 2 additions & 3 deletions .github/workflows/link_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build and check links
on:
push:
pull_request:
schedule:
- cron: "0 0 1 * *"


jobs:
build:
Expand All @@ -28,4 +27,4 @@ jobs:
ruby-version: '3.0'
bundler-cache: true
- name: Check links
run: make check_links
run: make check_links

0 comments on commit c9fc82a

Please sign in to comment.