From 1b9e65323e6481b595e314f67acde17ebd755ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phaneDucasse?= Date: Fri, 23 Aug 2024 22:05:34 +0200 Subject: [PATCH] updating the workflow --- .github/workflows/main.yml | 18 ++++++++++++++++++ .gitignore | 9 ++++----- 2 files changed, 22 insertions(+), 5 deletions(-) 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..6eb3406 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,18 @@ +name: Book with Pillar + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + 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@newVersionOfPillar + with: + bookname: bkTemplate diff --git a/.gitignore b/.gitignore index b09588e..bb26755 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,11 @@ -_result/* **/*.aux **/*.DS_Store **/*.out **/*.log **/*.synctex.gz -# *.pdf +*.pdf **/*.blg - +_result journal.pdf ## Core latex/pdflatex auxiliary files: @@ -32,8 +31,8 @@ journal.pdf # *.eps # *.pdf -# .pdf -# src/*.pdf +.pdf +src/*.pdf ## Bibliography auxiliary files (bibtex/biblatex/biber): #*.bbl