Skip to content

Commit 7e03f5b

Browse files
committed
fix dist
1 parent b14a4e3 commit 7e03f5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public_pages.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ cd tmp_pages || exit
1616

1717
# Update pages
1818
cp -r $REPO_PATH/public_pages/. .
19+
rm -rf ./dist/*
20+
cp -r $REPO_PATH/public_pages/$PACKAGE_VERSION/dist/. ./dist
1921
# Commit and push latest version
2022
git add .
2123
git config user.name "Travis"

0 commit comments

Comments
 (0)