Skip to content

Commit

Permalink
Merge pull request #7 from fhdsl/setup-part-2
Browse files Browse the repository at this point in the history
Add scheduling and more features
  • Loading branch information
avahoffman authored Oct 25, 2023
2 parents b168956 + b2bd0b3 commit 31cf356
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/render-all.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
7 changes: 3 additions & 4 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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) {-}

Expand All @@ -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/


0 comments on commit 31cf356

Please sign in to comment.