We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e87e3 commit 13a0ea3Copy full SHA for 13a0ea3
feeds/other_lessons.R
@@ -44,7 +44,8 @@ check_repo_info <- function(.d, fields) {
44
45
make_community_lessons_feed <- function(path, ...) {
46
jsc <- get_org_topics("FZJ-JSC")
47
- res <- dplyr::bind_rows(jsc) %>%
+ frobnitzem <- get_org_topics("frobnitzem")
48
+ res <- dplyr::bind_rows(jsc, frobnitzem) %>%
49
dplyr::select(-private) %>%
50
dplyr::filter(grepl("hpc-carpentry", github_topics)) %>%
51
dplyr::filter(grepl("lesson", github_topics)) %>%
0 commit comments