Skip to content

Commit

Permalink
GH Pages: Daily build at 11 o'clock UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Nov 4, 2022
1 parent 734bec3 commit caf99d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: Build & Publish Docs (GH Pages)

on:
workflow_dispatch:
schedule:
- cron: '0 11 * * *'

# Set permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Autorelease
on:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
# https://github.com/bblanchon/pdfium-binaries/blob/master/.github/workflows/trigger.yml
workflow_dispatch:
schedule:
- cron: '0 10 * * 1'
workflow_dispatch:

jobs:

Expand Down

0 comments on commit caf99d3

Please sign in to comment.