Fix error docs pipeline run failed (#702)
Co-authored-by: Hien To <tominhhien97@gmail.com>
This commit is contained in:
parent
7b39ad6e8d
commit
00c68aea74
2
.github/workflows/jan-docs.yml
vendored
2
.github/workflows/jan-docs.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
CLOUDFLARE_PROJECT_NAME: jan
|
CLOUDFLARE_PROJECT_NAME: jan
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
deployments: write
|
deployments: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@ -43,9 +43,9 @@ If you are using GitHub pages for hosting, this command is a convenient way to b
|
|||||||
|
|
||||||
### Preview URL, Pre-release and Publishing Documentation
|
### Preview URL, Pre-release and Publishing Documentation
|
||||||
|
|
||||||
When a PR is created, the preview URL will be automatically commented on the PR. For staging or pre-release documentation, use the following domains [https://pre-release.jan.ai/](https://pre-release.jan.ai/)
|
When a PR is created, the preview URL will be automatically commented on the PR.
|
||||||
|
|
||||||
To officially publish documentation, create a tag in the format `vx.y.z-docs` (e.g., `v0.1.1-docs`) on the `main` branch. The documentation will then be published to [https://jan.ai/](https://jan.ai/)
|
The documentation will then be published to [https://jan.ai/](https://jan.ai/) when the PR is merged to `main`.
|
||||||
|
|
||||||
### Additional Plugins
|
### Additional Plugins
|
||||||
- @docusaurus/theme-live-codeblock
|
- @docusaurus/theme-live-codeblock
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user