This commit is contained in:
parent
57875f00a6
commit
361ab7e8fc
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Build Documentation
|
- name: Build Documentation
|
||||||
run: |
|
run: |
|
||||||
export SITE_URL="https://$CI_ACTION_REF_NAME_SLUG.packwizjs.csw.im"
|
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
|
- name: Deploy documentation to Meli
|
||||||
run: |
|
run: |
|
||||||
GREEN='\033[0;32m'
|
GREEN='\033[0;32m'
|
||||||
|
|
Loading…
Add table
Reference in a new issue