Conversation
drmowinckels
left a comment
There was a problem hiding this comment.
Intention is to periodically retrieve updated information on the global team from Airtable.
Alumni are stored on website and deleted from airtable.
|
🎉 The preview is built! Check it out 👀 |
|
Test build failed 😭 Check out the build logs. |
|
🎉 The preview is built! Check it out 👀 |
|
both @cosimameyer and @SoyAndrea please take a look. Its important we all understand what the changes mean and what I've done :)
In this PR I have also made sure we could update Hugo to a newer version.
|
|
🎉 The preview is built! Check it out 👀 |
|
🎉 The preview is built! Check it out 👀 |
|
🎉 The preview is built! Check it out 👀 |
There was a problem hiding this comment.
Pull Request Overview
This PR implements an automated process to retrieve global team data from Airtable and update the website configuration accordingly. Key changes include adjustments to the Hugo configuration files, new GitHub Actions workflows for installing dependencies and running an R script to retrieve data, and modifications to the R setup steps in multiple workflows.
Reviewed Changes
Copilot reviewed 112 out of 115 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| config/_default/markup.yaml | Updated Goldmark configuration settings. |
| config/_default/hugo.yaml | Added ignoreLogs for Goldmark warnings and reintroduced outputs config. |
| .github/workflows/global-team.yml | New workflow steps to install dependencies, run the R script, and push changes. |
| .github/workflows/check-jsons.yaml | Updated the R version parameter to use "renv". |
| .github/workflows/chapters-merge.yaml | Updated the R version parameter to use "renv". |
| .github/workflows/build-production.yaml | Updated the R version parameter to use "renv" and a naming typo in a step. |
Files not reviewed (3)
- .hugoversion: Language not supported
- DESCRIPTION: Language not supported
- content/.gitignore: Language not supported
Comments suppressed due to low confidence (1)
.github/workflows/build-production.yaml:46
- The step name 'Serup renv' appears to be a misspelling; consider renaming it to 'Setup renv'.
- name: Serup renv
No description provided.