fix docs build again
Some checks failed
Actions / Build and Push Documentation (push) Failing after 11s
Some checks failed
Actions / Build and Push Documentation (push) Failing after 11s
This commit is contained in:
parent
fc61e71b08
commit
575f444b7e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ jobs:
|
|||
else
|
||||
export SITE_URL="https://packwizjs.csw.im"
|
||||
fi
|
||||
bun docs --loglevel verbose --hostedBaseUrl $SITE_URL --useHostedBaseUrlForAbsoluteLinks true
|
||||
bun docs --logLevel verbose --hostedBaseUrl $SITE_URL --useHostedBaseUrlForAbsoluteLinks true
|
||||
- name: Deploy documentation to Meli
|
||||
run: |
|
||||
GREEN='\033[0;32m'
|
||||
|
|
Reference in a new issue