Skip to content

Commit

Permalink
Update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Sep 25, 2023
1 parent 598a272 commit cc818f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy_website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ cat README.md \

# Copy the website js into the docs
mkdir -p docs/js
cp website/converter/build/distributions/converter.js docs/js/converter.js
cp website/gradient/build/distributions/gradient.js docs/js/gradient.js
cp website/converter/build/dist/js/productionExecutable/converter.js docs/js/converter.js
cp website/gradient/build/dist/js/productionExecutable/gradient.js docs/js/gradient.js

# Build and deploy the new site to github pages
mkdocs gh-deploy
Expand Down

0 comments on commit cc818f2

Please sign in to comment.