From f25ed6c5bac63dac245face40ae0379fc0292d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phaneDucasse?= Date: Mon, 3 Jun 2024 14:49:33 +0200 Subject: [PATCH] adding GH --- .github/workflows/main.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..ab5334d --- /dev/null +++ b/.github/workflows/main.yml @@ -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 +