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 fc9304f commit ed0866dCopy full SHA for ed0866d
build.sbt
@@ -67,3 +67,8 @@ ParadoxMaterialThemePlugin.paradoxMaterialThemeSettings(Paradox)
67
paradoxMaterialTheme in Paradox ~= {
68
_.withRepository(uri("https://github.com/sfxcode/simple-mongo"))
69
}
70
+
71
+enablePlugins(GhpagesPlugin)
72
73
+git.remoteRepo := "[email protected]:sfxcode/simple-mongo.git"
74
+ghpagesNoJekyll := true
0 commit comments