Skip to content

Commit

Permalink
Fix error docs pipeline run failed (janhq#702)
Browse files Browse the repository at this point in the history
Co-authored-by: Hien To <[email protected]>
  • Loading branch information
hiento09 and hientominh authored Nov 23, 2023
1 parent 7b39ad6 commit 00c68ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jan-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
CLOUDFLARE_PROJECT_NAME: jan
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
deployments: write
pull-requests: write
steps:
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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
- @docusaurus/theme-live-codeblock
Expand Down

0 comments on commit 00c68ae

Please sign in to comment.