mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Changing eval?
This commit is contained in:
parent
f011a5dcc8
commit
991a3028ec
@ -25,7 +25,7 @@ git checkout master && \
|
|||||||
git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \
|
git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \
|
||||||
|
|
||||||
# Builds the project if applicable.
|
# Builds the project if applicable.
|
||||||
eval "$BUILD_SCRIPT" && \
|
eval $BUILD_SCRIPT && \
|
||||||
|
|
||||||
# Commits the data to Github.
|
# Commits the data to Github.
|
||||||
git add -f $FOLDER && \
|
git add -f $FOLDER && \
|
||||||
|
Loading…
Reference in New Issue
Block a user