fix(workflow): updated documentation deployment url to be https instead of http
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"
|
||||
|
||||
npx -p "@getmeli/cli" meli upload ./site \
|
||||
--url "http://pages.coastalcommits.com" \
|
||||
--url "https://pages.coastalcommits.com" \
|
||||
--site "${{ vars.MELI_SITE_ID }}" \
|
||||
--token "${{ secrets.MELI_SITE_SECRET }}" \
|
||||
--release "$release/${{ GITEA_SHA }}" \
|
||||
|
|
Loading…
Reference in a new issue