fix workflow
All checks were successful
Actions / Build Documentation (push) Successful in 25s
Actions / Build Export Files (push) Successful in 7s
Actions / Autotagger (push) Successful in 8s

This commit is contained in:
cswimr 2025-02-13 10:41:42 -06:00
parent 2d5860c191
commit fa9a76c237
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -9,7 +9,7 @@ jobs:
name: Build Documentation
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push'
runs-on: docker
container: www.coastalcommits.com/cswimr/actions:docs
container: c.csw.im/cswimr/actions:docs
steps:
- name: Checkout
uses: actions/checkout@v3
@ -39,7 +39,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_TOKEN }}" --release "$CI_ACTION_REF_NAME_SLUG/${{ env.GITHUB_SHA }}" --branch "$CI_ACTION_REF_NAME_SLUG"
npx -p "@getmeli/cli" meli upload ./site --url "https://meli.csw.im" --site "${{ vars.MELI_SITE_ID }}" --token "${{ secrets.MELI_TOKEN }}" --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/"
@ -119,8 +119,8 @@ jobs:
- name: Import GPG key
uses: actions/gpg@v4
with:
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
passphrase : ${{ secrets.GPG_PASSPHRASE }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Extract commit message
id: extract_commit_message