Skip to content

Commit 1b9e653

Browse files
committed
updating the workflow
1 parent b925438 commit 1b9e653

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

.github/workflows/main.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Book with Pillar
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
schedule:
9+
- cron: '0 0 * * 0'
10+
11+
# Allows you to run this workflow manually from the Actions tab
12+
workflow_dispatch:
13+
14+
jobs:
15+
build:
16+
uses: SquareBracketAssociates/BookBuilderDashboard/.github/workflows/main.yml@newVersionOfPillar
17+
with:
18+
bookname: bkTemplate

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
_result/*
21
**/*.aux
32
**/*.DS_Store
43
**/*.out
54
**/*.log
65
**/*.synctex.gz
7-
# *.pdf
6+
*.pdf
87
**/*.blg
9-
8+
_result
109
journal.pdf
1110

1211
## Core latex/pdflatex auxiliary files:
@@ -32,8 +31,8 @@ journal.pdf
3231
# *.eps
3332
# *.pdf
3433

35-
# .pdf
36-
# src/*.pdf
34+
.pdf
35+
src/*.pdf
3736

3837
## Bibliography auxiliary files (bibtex/biblatex/biber):
3938
#*.bbl

0 commit comments

Comments
 (0)