Update .forgejo/workflows/workflow.yaml
All checks were successful
Autotagger / Autotagger (push) Successful in 7s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 10s
Actions / Build Documentation (MkDocs) (push) Successful in 13s

This commit is contained in:
Seaswimmer 2024-06-11 20:51:06 +00:00
parent 697a345ed5
commit 155389b6b6
Signed by: CoastalCommitsManagement
GPG key ID: 7E73189F651A553F

View file

@ -57,7 +57,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"