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 b14a4e3 commit 7e03f5bCopy full SHA for 7e03f5b
public_pages.sh
@@ -16,6 +16,8 @@ cd tmp_pages || exit
16
17
# Update pages
18
cp -r $REPO_PATH/public_pages/. .
19
+rm -rf ./dist/*
20
+cp -r $REPO_PATH/public_pages/$PACKAGE_VERSION/dist/. ./dist
21
# Commit and push latest version
22
git add .
23
git config user.name "Travis"
0 commit comments