Skip to content

Commit

Permalink
adding GH
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Jun 3, 2024
1 parent a6da049 commit f25ed6c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Book generation

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * 0'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
uses: SquareBracketAssociates/BookBuilderDashboard/.github/workflows/main.yml@sbabook-upgrade
with:
bookname: memory

0 comments on commit f25ed6c

Please sign in to comment.