fixed an issue with the documentation build step
This commit is contained in:
parent
82e6cf74f9
commit
f797173517
1 changed files with 1 additions and 6 deletions
|
@ -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/"
|
||||
|
|
Reference in a new issue