Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Build documentation
run: Rscript scripts/build_docs.R

- name: Build data table
run: Rscript scripts/build_data_table.R

- name: Check for changes
id: diff
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update_daily_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
name: Rebuild documentation and manifest
run: Rscript scripts/build_docs.R

- if: ${{ steps.diff.outputs.changed == 'true' }}
name: Rebuild data table
run: Rscript scripts/build_data_table.R

- if: ${{ steps.diff.outputs.changed == 'true' }}
name: Commit and push
run: |
Expand Down
1,210 changes: 1,210 additions & 0 deletions docs/data-table.html

Large diffs are not rendered by default.

Loading