mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update entrypoint.sh
This commit is contained in:
parent
448be22c60
commit
a2c3f4b943
@ -62,8 +62,8 @@ REPOSITORY_PATH="https://${ACCESS_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" &&
|
||||
|
||||
|
||||
# Builds the project if a build script is provided.
|
||||
echo "Running build scripts... $BUILD_SCRIPT"
|
||||
eval "$BUILD_SCRIPT"
|
||||
echo "Running build scripts... $BUILD_SCRIPT" && \
|
||||
eval "$BUILD_SCRIPT" && \
|
||||
|
||||
# Commits the data to Github.
|
||||
echo "Deploying to GitHub..." && \
|
||||
|
Loading…
Reference in New Issue
Block a user