Skip to content

Commit

Permalink
Scanning more repos!
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed May 15, 2024
1 parent 4827dfd commit e9d7b27
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions scripts/github-pages.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,16 @@ val ALL_REPOS = listOf<TargetRepo>(
}
}
),
// TargetRepo(
// org = "InsertKoinIO",
// project = "koin",
// runInvert = { projectCloneDir ->
// executeCmd(
// DEFAULT_INIT_SCRIPT_LINE,
// File(projectCloneDir, "projects")
// )
// }
// ),
TargetRepo(
org = "apereo",
project = "cas",
Expand All @@ -167,6 +177,14 @@ val ALL_REPOS = listOf<TargetRepo>(
org = "square",
project = "okhttp"
),
TargetRepo(
org = "skydoves",
project = "pokedex-compose"
),
TargetRepo(
org = "slackhq",
project = "circuit"
),
TargetRepo(
org = "chrisbanes",
project = "tivi"
Expand Down

0 comments on commit e9d7b27

Please sign in to comment.