Skip to content

Commit 38b780f

Browse files
committed
[build] Avoiding nested directory
1 parent 9d680b5 commit 38b780f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generate_web_code.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/usr/bin/env bash
22

33
# copy website to build
4-
mkdir build/web
5-
cp -R common/src/web build/web
4+
cp -R common/src/web build
65

76
# switch to gh-pages and copy the files
87
git checkout gh-pages || exit

0 commit comments

Comments
 (0)