Skip to content

Commit

Permalink
Fix website build
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Jan 20, 2024
1 parent f9c189a commit 7648173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ lazy val docs = project
),
micrositeAnalyticsToken := "UA-56320875-3",
micrositePushSiteWith := GitHub4s,
micrositeGithubToken := sys.env.get("ADMIN_GITHUB_TOKEN"),
micrositeGithubToken := sys.env.get("GITHUB_TOKEN"),
makeSite / includeFilter := "*.html" | "*.css" | "*.png" | "*.jpg" | "*.gif" | "*.js" | "*.swf" | "*.txt" | "*.xml" | "*.svg",
// Temporary fix to avoid including mdoc in the published POM

Expand Down

0 comments on commit 7648173

Please sign in to comment.