Skip to content

Commit

Permalink
deploy site not html
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Feb 11, 2024
1 parent 4586410 commit 93f371a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sbt "outwatchJS/fullOptJS::webpack; docs/paradox"
mkdir web_deploy
mkdir web_deploy/compiler
cp -a docs/target/paradox/html/main/* web_deploy
cp -a docs/target/paradox/site/main/* web_deploy
cp outwatch/index.html web_deploy/compiler/
cp outwatch/.js/target/scala-2.13/scalajs-bundler/main/bosatsu-outwatch-opt-bundle.js web_deploy/compiler/bosatsu_ui.js
Expand Down

0 comments on commit 93f371a

Please sign in to comment.