Skip to content

Commit

Permalink
Fix JS file name
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed Jul 15, 2022
1 parent cbeb78c commit c70e2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config --add github.token ${{ secrets.GITHUB_TOKEN }}
sbt projsJS/fullOptJS
mkdir public
cp js/target/scala-2.13/scalafromjs-opt.js public/.
cp js/target/scala-2.13/formulafx-opt.js public/.
cp js/target/scala-2.13/index.html public/.
- name: Deploy
if: success()
Expand Down

0 comments on commit c70e2fc

Please sign in to comment.