mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-07 05:28:45 -04:00
deploy script broke
This commit is contained in:
parent
34fe5f1b94
commit
6d43cc432f
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" origin gh-pages
|
git pull --ff-only "$REMOTE" 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