fix(workflow): fixed echos
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 1m18s

This commit is contained in:
Seaswimmer 2024-01-07 02:36:01 +00:00
parent 44ecbce671
commit ab5eff0e5c
Signed by: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -60,7 +60,7 @@ jobs:
release="$(basename "${{ github.ref }}")"
fi
echo -e "${YELLOW}Deploying to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$release..."
echo "${YELLOW}Deploying to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$release${YELLOW}...\n"
npx -p "@getmeli/cli" meli upload ./site \
--url "https://pages.coastalcommits.com" \
@ -69,7 +69,7 @@ jobs:
--release "$release/$(git rev-parse HEAD)" \
--branch "$release"
echo -e "${YELLOW}Deployed to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$release!"
echo "\n${YELLOW}Deployed to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$release${YELLOW}!"
env:
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
continue-on-error: true