Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 3c17ba8

Browse files
committed
automate installing new release on cdn
1 parent 281e9d6 commit 3c17ba8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

makeRelease.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ if [ -d ~/.virtualenvs/json2xml ]
4343
tar --strip-components 1 -zcf dist-$1.tgz dist/*
4444
scp dist-$1.tgz balance.runestoneacademy.org:~/
4545
mv dist-$1.tgz ../jsdist
46+
cp dist/webpack_static_imports.xml ~/src/pretext/xsl/support/runestone-services.xml
47+
cp dist/webpack_static_imports.xml ~/.ptx/xsl/support/runestone-services.xml
4648
else
4749
echo "Warning: no json2xml ve found skipping pretext"
4850
fi

0 commit comments

Comments
 (0)