Skip to content

Commit

Permalink
change to publish Book on push/commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Sep 13, 2024
1 parent e37a4fc commit 420214b
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#schedule a book publish weekly, on Sundays, by merging
#publish the book when a Push is made on GitHub, by merging
# master into the publication branch (which will then trigger the
# deploy-book.yml action)

name: "Weekly book publish"
name: "Publish on Push to GitHub"

on:
push:
branches:
- master
workflow_dispatch:
schedule:
- cron: '30 6 * * 0'
#schedule:
#- cron: '30 6 * * 0'

jobs:
build:
Expand Down

0 comments on commit 420214b

Please sign in to comment.