Skip to content

Commit

Permalink
site -> docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Jun 16, 2024
1 parent 54541de commit 8c70fcf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: site/target/docs/site
publish_dir: docs/target/docs/site
keep_files: true
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ val siteVersions = Versions
val siteTheme: ThemeProvider = Helium.defaults.site.versions(siteVersions).build

lazy val site = project
.in(file("site"))
.in(file("docs"))
.dependsOn(
core.jvm
)
Expand Down
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% laika.versioned = false %}

# SBT Typelevel Laika Demo

Here is some demo text for landing page!

0 comments on commit 8c70fcf

Please sign in to comment.