From 8c70fcfeb1fcfd6a3edebad2ec767ed6571c8dfc Mon Sep 17 00:00:00 2001 From: Erik Erlandson Date: Sun, 16 Jun 2024 06:44:12 -0700 Subject: [PATCH] site -> docs --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- docs/README.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 docs/README.md diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5593410..6f343d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/build.sbt b/build.sbt index 6a0d1d1..a9dc6ad 100644 --- a/build.sbt +++ b/build.sbt @@ -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 ) diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..4ef0429 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,5 @@ +{% laika.versioned = false %} + +# SBT Typelevel Laika Demo + +Here is some demo text for landing page!