Skip to content

Commit 13a0ea3

Browse files
authored
Add lessons from @frobnitzem
1 parent 82e87e3 commit 13a0ea3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

feeds/other_lessons.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ check_repo_info <- function(.d, fields) {
4444

4545
make_community_lessons_feed <- function(path, ...) {
4646
jsc <- get_org_topics("FZJ-JSC")
47-
res <- dplyr::bind_rows(jsc) %>%
47+
frobnitzem <- get_org_topics("frobnitzem")
48+
res <- dplyr::bind_rows(jsc, frobnitzem) %>%
4849
dplyr::select(-private) %>%
4950
dplyr::filter(grepl("hpc-carpentry", github_topics)) %>%
5051
dplyr::filter(grepl("lesson", github_topics)) %>%

0 commit comments

Comments
 (0)