Skip to content

Commit

Permalink
Merge pull request #262 from qtzar/bugfix_BranchDropdown
Browse files Browse the repository at this point in the history
List of branches will now only include good branches
  • Loading branch information
dirkgroot committed Jul 7, 2023
2 parents 0fde981 + 1f12d32 commit 90e4f42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class GenerateSiteCommand : Subcommand(
workspace,
assetsDir?.let { File(cloneDir, it) },
siteDir,
branchNames,
branchesToGenerate,
branch
)
}
Expand Down

0 comments on commit 90e4f42

Please sign in to comment.