Skip to content

Commit

Permalink
Add gh release code
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Oct 23, 2024
1 parent da1a051 commit bbe40f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schedule.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ readLines("timetable.ics")
readr::write_csv(tt_csv, "timetable.csv")
```

```{r}
#| eval: false
system("gh release create 2025")
system("gh release upload 2025 timetable.ics timetable.csv")
```

```{r}
timetable = tt_csv |>
mutate(
Expand Down

0 comments on commit bbe40f0

Please sign in to comment.