update meli url
Some checks are pending
Actions / Build and Push Documentation (push) Waiting to run

This commit is contained in:
cswimr 2025-02-09 15:13:12 -06:00
parent b8ea71a839
commit 6f0bc97a69
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -41,7 +41,7 @@ jobs:
echo "${YELLOW}Deploying to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$CI_ACTION_REF_NAME_SLUG${YELLOW}...\n"
npx -p "@getmeli/cli" meli upload ./docs/html \
--url "https://pages.coastalcommits.com" \
--url "https://meli.csw.im" \
--site "${{ vars.MELI_SITE_ID }}" \
--token "${{ secrets.MELI_SITE_SECRET }}" \
--release "$CI_ACTION_REF_NAME_SLUG/${{ env.GITHUB_SHA }}" \