We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d680b5 commit 38b780fCopy full SHA for 38b780f
1 file changed
generate_web_code.sh
@@ -1,8 +1,7 @@
1
#!/usr/bin/env bash
2
3
# copy website to build
4
-mkdir build/web
5
-cp -R common/src/web build/web
+cp -R common/src/web build
6
7
# switch to gh-pages and copy the files
8
git checkout gh-pages || exit
0 commit comments