Skip to content

Commit

Permalink
updating the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Aug 23, 2024
1 parent b925438 commit 1b9e653
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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
9 changes: 4 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
_result/*
**/*.aux
**/*.DS_Store
**/*.out
**/*.log
**/*.synctex.gz
# *.pdf
*.pdf
**/*.blg

_result
journal.pdf

## Core latex/pdflatex auxiliary files:
Expand All @@ -32,8 +31,8 @@ journal.pdf
# *.eps
# *.pdf

# .pdf
# src/*.pdf
.pdf
src/*.pdf

## Bibliography auxiliary files (bibtex/biblatex/biber):
#*.bbl
Expand Down

0 comments on commit 1b9e653

Please sign in to comment.