From 90264526c8340415c54fe31d7adf4ebcd313a901 Mon Sep 17 00:00:00 2001 From: James Black Date: Mon, 7 Oct 2024 09:33:26 +0200 Subject: [PATCH] note it builds as CRON --- index.qmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.qmd b/index.qmd index 129d8ae..a1ecfa3 100644 --- a/index.qmd +++ b/index.qmd @@ -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"))` @@ -91,4 +93,4 @@ json <- sodium::data_decrypt( pass <- rawToChar(json) gs4_auth(path = pass) -``` \ No newline at end of file +```