fix(workflow): updated documentation deployment url to be https instead of http
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 1m29s
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 1m29s
This commit is contained in:
parent
9e73029fc2
commit
66c596a3da
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ jobs:
|
||||||
echo "Deploying to Meli on branch $release"
|
echo "Deploying to Meli on branch $release"
|
||||||
|
|
||||||
npx -p "@getmeli/cli" meli upload ./site \
|
npx -p "@getmeli/cli" meli upload ./site \
|
||||||
--url "http://pages.coastalcommits.com" \
|
--url "https://pages.coastalcommits.com" \
|
||||||
--site "${{ vars.MELI_SITE_ID }}" \
|
--site "${{ vars.MELI_SITE_ID }}" \
|
||||||
--token "${{ secrets.MELI_SITE_SECRET }}" \
|
--token "${{ secrets.MELI_SITE_SECRET }}" \
|
||||||
--release "$release/${{ GITEA_SHA }}" \
|
--release "$release/${{ GITEA_SHA }}" \
|
||||||
|
|
Loading…
Reference in a new issue