Skip to content

Commit

Permalink
Add render /people to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink committed Jun 17, 2024
1 parent ec6d46c commit 049560d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/collect-contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
token: ${{ secrets.SUDO_GITHUB_TOKEN }}

- name: Setup Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: pre-release
- name: Setup R
uses: r-lib/actions/setup-r@v2

Expand All @@ -30,9 +34,13 @@ jobs:
- name: Collect contributor data
run: Rscript _scripts/collect_contributor_data.R
- name: Render people page
uses: quarto-dev/quarto-actions/render@v2
with:
path: people.qmd
- uses: EndBug/add-and-commit@v9
with:
author_name: epiverse-trace-bot
author_email: epiverse-trace-bot@users.noreply.github.com
message: "Update `_data/epiverse_contributors.csv`"
add: '_data/epiverse_contributors.csv'
message: "Update `_data/epiverse_contributors.csv` and `_freeze/`"
add: '_data/epiverse_contributors.csv _freeze/'

0 comments on commit 049560d

Please sign in to comment.