Skip to content

Commit

Permalink
Fix website ... 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cheleb committed Oct 30, 2024
1 parent 68dbeb8 commit 73263ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
pushd examples/client
npm run build
popd
VERSION=`git describe --tags --abbrev=0 | sed "s/v//"` sbt makeSite
export VERSION=`git describe --tags --abbrev=0 | sed "s/v//"`
echo "Documentation version: $VERSION"
sbt makeSite
env:
NODE_OPTIONS: "--openssl-legacy-provider"
- name: Setup Pages
Expand Down
2 changes: 1 addition & 1 deletion website.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Compile / doc / scalacOptions ++= Seq(
"-project-version",
sys.env.getOrElse("VERSION", version.value),
"-revision",
sys.env.getOrElse("VERSION", version.value),
version.value,
// "-default-templates",
// "static-site-main",
"-project-footer",
Expand Down

0 comments on commit 73263ad

Please sign in to comment.