Skip to content

Commit 4ecf10e

Browse files
committed
2 parents 4da6689 + 5828251 commit 4ecf10e

11 files changed

Lines changed: 10 additions & 9 deletions

.github/workflows/on-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ permissions:
1616
jobs:
1717
update-citations:
1818
uses: ./.github/workflows/update-citations.yaml
19+
secrets: inherit
1920

2021
build-preview:
2122
needs: update-citations

.github/workflows/on-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
# skip first run because nothing enabled or setup yet
1919
if: github.run_number != 1
2020
uses: ./.github/workflows/update-citations.yaml
21+
secrets: inherit
2122

2223
build-site:
2324
needs: update-citations

.github/workflows/on-schedule.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
# only run on user instance of template, not template itself
1919
if: github.repository != 'greenelab/lab-website-template'
2020
uses: ./.github/workflows/update-citations.yaml
21+
secrets: inherit
2122
with:
2223
open-pr: true

.github/workflows/update-citations.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ jobs:
6161
run: python _cite/cite.py
6262
timeout-minutes: 15
6363

64-
- name: Commit cache
65-
if: failure()
66-
uses: stefanzweifel/git-auto-commit-action@v5
67-
with:
68-
file_pattern: "**/.cache/**"
69-
commit_message: "Commit cache"
70-
7164
- name: Check if citations changed
7265
if: github.event.action != 'closed'
7366
id: changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ package.json
1111
package-lock.json
1212
yarn.lock
1313
node_modules
14+
_cite/.cache/

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# citation metadata for the template itself
22

33
title: "Lab Website Template"
4-
version: 1.3.7
5-
date-released: 2025-07-31
4+
version: 1.3.8
5+
date-released: 2025-11-17
66
url: "https://github.com/greenelab/lab-website-template"
77
authors:
88
- family-names: "Rubinetti"
-73.8 KB
Binary file not shown.
-73.8 KB
Binary file not shown.

_cite/.cache/cache.db

-72 KB
Binary file not shown.
-75.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)