Remove hardcode docusaurus domain from CI (#220)
Co-authored-by: Hien To <>
This commit is contained in:
parent
9acf1b2b43
commit
7f61084249
2
.github/workflows/deploy-jan-docs.yml
vendored
2
.github/workflows/deploy-jan-docs.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
working-directory: docs
|
working-directory: docs
|
||||||
|
|
||||||
- name: Add Custome Domain file
|
- name: Add Custome Domain file
|
||||||
run: echo "docs.jan.ai" > ./docs/build/CNAME
|
run: echo "${{ vars.DOCUSAURUS_DOMAIN }}" > ./docs/build/CNAME
|
||||||
|
|
||||||
# Popular action to deploy to GitHub Pages:
|
# Popular action to deploy to GitHub Pages:
|
||||||
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
|
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user