fix workflow
Some checks failed
Actions / Build and Push Documentation (push) Failing after 13s

This commit is contained in:
cswimr 2025-02-09 14:01:41 -06:00
parent 57875f00a6
commit 361ab7e8fc
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -24,7 +24,7 @@ jobs:
- name: Build Documentation
run: |
export SITE_URL="https://$CI_ACTION_REF_NAME_SLUG.packwizjs.csw.im"
bun docs --hostedBaseUrl=$SITE_URL --useHostedBaseUrlForAbsoluteLinks=true
bun docs --hostedBaseUrl $SITE_URL --useHostedBaseUrlForAbsoluteLinks true
- name: Deploy documentation to Meli
run: |
GREEN='\033[0;32m'