Skip to content

Commit

Permalink
Adding bib path to yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
rajitachandak committed Mar 20, 2024
1 parent 5c9f65c commit 95d6526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CI
bibliography: '`r system.file("references.bib", package="lpcde")`'

on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: [main, develop]

name: R-CMD-check
bibliography: '`r system.file("references.bib", package="lpcde")`'

jobs:
R-CMD-check:
Expand Down

0 comments on commit 95d6526

Please sign in to comment.