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 cc2aaf7 commit 08942a9Copy full SHA for 08942a9
src/run.sh
@@ -121,8 +121,7 @@ elif [ "$TYPE" == "redirector" ]; then
121
echo $msg5
122
elif [ "$TYPE" == "compressor" ]; then
123
mkdir -p deploy && \
124
- find . -path ./deploy -prune -o -path ./.git -prune -o -path . -prune -o -print | sed 's|^\./||' | xargs -I {} cp -r --parents {} deploy/ && \
125
installNodejs && \
126
- node $GITHUB_ACTION_PATH/src/compress.js "deploy" && \
+ node $GITHUB_ACTION_PATH/src/compress.js "." && \
127
echo $msg6
128
fi
0 commit comments