fixed an issue with the documentation build step
All checks were successful
Actions / build_export_files (push) Successful in 9s
Actions / autotagger (push) Successful in 12s
Actions / build_docs (push) Successful in 22s

This commit is contained in:
cswimr 2024-09-22 14:17:15 -04:00
parent 82e6cf74f9
commit f797173517
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -37,12 +37,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 ./site
--url "https://pages.coastalcommits.com"
--site "${{ vars.MELI_SITE_ID }}"
--token "${{ secrets.MELI_SECRET }}"
--release "$CI_ACTION_REF_NAME_SLUG/${{ env.GITHUB_SHA }}"
--branch "$CI_ACTION_REF_NAME_SLUG"
npx -p "@getmeli/cli" meli upload ./site --url "https://pages.coastalcommits.com" --site "${{ vars.MELI_SITE_ID }}" --token "${{ secrets.MELI_SECRET }}" --release "$CI_ACTION_REF_NAME_SLUG/${{ env.GITHUB_SHA }}" --branch "$CI_ACTION_REF_NAME_SLUG"
echo "\n${YELLOW}Deployed to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$CI_ACTION_REF_NAME_SLUG${YELLOW}!"
echo "${GREEN}https://$CI_ACTION_REF_NAME_SLUG.docs.galacticfactory.cc/"