Skip to content

Commit

Permalink
Republish web weekly
Browse files Browse the repository at this point in the history
Updates sponsors, and the latest version download links in case it was
forgotten at release time.
  • Loading branch information
calmh committed Dec 1, 2023
1 parent 5191268 commit 7247279
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/page-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
- publish-*
workflow_dispatch:
schedule: # Run every Monday morning
- cron: '20 6 * * 1'

permissions:
contents: read
Expand All @@ -19,7 +21,7 @@ concurrency:
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
environment: github-pages
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7247279

Please sign in to comment.