Skip to content

Commit df5fc1d

Browse files
authored
remove index.html
since files are too big for gh-pages
1 parent 5c69b07 commit df5fc1d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

python-wasm-sdk.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ then
2727
echo "making tarball"
2828

2929
mkdir -p sdk
30-
cat > sdk/index.html <<END
31-
<html>
32-
<a href=python-wasm-sdk-stable.tar.gz>python-wasm-sdk (emsdk tot, python 3.11b1)</a>
33-
</html>
34-
END
3530
tar -cpRj config emsdk devices/* prebuilt/* > sdk/python-wasm-sdk-stable.tar.bz2
3631
else
3732
echo " cpython-build-emsdk-deps failed"

0 commit comments

Comments
 (0)