diff --git a/.github/workflows/render-all.yml b/.github/workflows/render-all.yml index b4daf03..45e3329 100644 --- a/.github/workflows/render-all.yml +++ b/.github/workflows/render-all.yml @@ -1,10 +1,12 @@ # Candace Savonen Apr 2021 -name: Render all output courses +name: Render all on: workflow_dispatch: + schedule: + - cron: "0 3 * * *" push: branches: [ main, staging ] paths: diff --git a/index.Rmd b/index.Rmd index c222679..5763f14 100644 --- a/index.Rmd +++ b/index.Rmd @@ -11,9 +11,7 @@ favicon: assets/AnVIL_style/anvil_favicon.ico --- -# About this Resource {-} - -This is a collection of upcoming opportunities to engage with AnVIL Outreach. +# Events ## Upcoming AnVIL Events (Portal) {-} @@ -25,8 +23,9 @@ source("scripts/render_events.R") knitr::kable(make_events_table(), format = "html") ``` +# Materials + ## AnVIL Collection {-} Please check out our full collection of AnVIL and related resources: https://hutchdatascience.org/AnVIL_Collection/ -