Skip to content

Commit 81d7246

Browse files
committed
add quotes in paths
1 parent dff08ca commit 81d7246

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/draft-pdf.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Draft PDF
22
on:
33
push:
44
paths:
5-
- ./docs/paper/paper.md
6-
- ./docs/paper/paper.bib
7-
- ./docs/paper/pipeline.png
8-
- .github/workflows/draft-pdf.yml
5+
- 'docs/paper/paper.md'
6+
- 'docs/paper/paper.bib'
7+
- 'docs/paper/pipeline.png'
8+
- '.github/workflows/draft-pdf.yml'
99

1010
jobs:
1111
paper:
@@ -27,11 +27,11 @@ jobs:
2727
# This is the output path where Pandoc will write the compiled
2828
# PDF. Note, this should be the same directory as the input
2929
# paper.md
30-
path: ./docs/paper/paper.pdf
30+
path: docs/paper/paper.pdf
3131

3232
- name: Commit PDF to repository
3333
uses: EndBug/add-and-commit@v9
3434
with:
3535
message: '(auto) Paper PDF Draft'
3636
# This should be the path to the paper within your repo.
37-
add: './docs/paper/paper.pdf' # 'paper/*.pdf' to commit all PDFs in the paper directory
37+
add: docs/paper/paper.pdf # 'paper/*.pdf' to commit all PDFs in the paper directory

docs/paper/paper.bib

+7-7
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ @inproceedings{todorov:2012
170170
}
171171

172172
@article{ozdil:2024,
173-
author = {{\"O}zdil, Pembe Gizem and Arreguit, Jonathan and Scherrer, Clara and Ijspeert, Auke and Ramdya, Pavan},
174-
title = {Centralized brain networks underlie body part coordination during grooming},
175-
year = {2024},
176-
doi = {10.1101/2024.12.17.628844},
177-
publisher = {Cold Spring Harbor Laboratory},
178-
URL = {https://www.biorxiv.org/content/early/2024/12/17/2024.12.17.628844},
179-
journal = {bioRxiv}
173+
author = {{\"O}zdil, Pembe Gizem and Arreguit, Jonathan and Scherrer, Clara and Ijspeert, Auke and Ramdya, Pavan},
174+
title = {Centralized brain networks underlie body part coordination during grooming},
175+
year = {2024},
176+
doi = {10.1101/2024.12.17.628844},
177+
publisher = {Cold Spring Harbor Laboratory},
178+
url = {https://www.biorxiv.org/content/early/2024/12/17/2024.12.17.628844},
179+
journal = {bioRxiv}
180180
}

0 commit comments

Comments
 (0)