Skip to content

Commit

Permalink
note it builds as CRON
Browse files Browse the repository at this point in the history
  • Loading branch information
epijim authored Oct 7, 2024
1 parent 4e367a1 commit 9026452
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ format:

## Rebuilding

This data (and this page) rebuild automatically based on the [CRON schedule specified in the github action](https://github.com/rinpharma/data-pipelines/blob/main/.github/workflows/pipeline.yml#L5).

Run the pipeline with `targets::tar_make()`

Check the pipeline with `targets::tar_manifest(fields = all_of("command"))`
Expand Down Expand Up @@ -91,4 +93,4 @@ json <- sodium::data_decrypt(
pass <- rawToChar(json)
gs4_auth(path = pass)
```
```

0 comments on commit 9026452

Please sign in to comment.