Update .gitea/workflows/actions.yaml
Some checks failed
Actions / Build and Upload Export Files (push) Failing after 6s
Actions / Autotagger (push) Successful in 8s
Actions / Build Documentation (push) Successful in 19s

This commit is contained in:
Seaswimmer 2024-06-11 20:53:23 +00:00
parent b375c1b922
commit f15fdb7cdc
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F

View file

@ -40,7 +40,7 @@ jobs:
npx -p "@getmeli/cli" meli upload ./site \
--url "https://pages.coastalcommits.com" \
--site "${{ vars.MELI_SITE_ID }}" \
--token "${{ secrets.MELI_SITE_SECRET }}" \
--token "${{ secrets.MELI_SECRET }}" \
--release "$CI_ACTION_REF_NAME_SLUG/${{ env.GITHUB_SHA }}" \
--branch "$CI_ACTION_REF_NAME_SLUG"