mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-07 05:28:45 -04:00
fixed another deploy script issue
This commit is contained in:
parent
620415c824
commit
34fe5f1b94
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ if [[ "$LOCAL_MAIN" != "$REMOTE_MAIN" && "$LOCAL_MAIN" == "$BASE_MAIN" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "✅ '$MAIN_BRANCH' is up-to-date (or ahead/diverged). Pulling latest..."
|
echo "✅ '$MAIN_BRANCH' is up-to-date (or ahead/diverged). Pulling latest..."
|
||||||
git pull --ff-only "$REMOTE" "$MAIN_BRANCH"
|
git pull --ff-only "$REMOTE" "$MAIN_BRANCH" origin gh-pages
|
||||||
|
|
||||||
echo "🏗️ Running build: deno task build"
|
echo "🏗️ Running build: deno task build"
|
||||||
deno task build
|
deno task build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue