Skip to content

Commit

Permalink
chore: update workflow and document
Browse files Browse the repository at this point in the history
  • Loading branch information
acbin committed Oct 9, 2023
1 parent 5610bed commit 5048d2f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sync-to-gitee

on:
push:
branches: [main, dev]
branches: [main, dev, gh-pages]
workflow_dispatch:

jobs:
Expand All @@ -17,3 +17,11 @@ jobs:
with:
source-repo: [email protected]:doocs/qcloud-im-server-sdk-java.git
destination-repo: [email protected]:Doocs/qcloud-im-server-sdk-java.git

- name: Build Gitee Pages
uses: yanglbme/gitee-pages-action@main
with:
gitee-username: yanglbme
gitee-password: ${{ secrets.GITEE_PASSWORD }}
gitee-repo: doocs/qcloud-im-server-sdk-java
branch: gh-pages
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ The Tencent Cloud IM Server SDK for Java enables Java developers to easily work

## Documentation

- [Documentation Home](https://doocs.github.io/qcloud-im-server-sdk-java)
- [Contributing Code](#Contributing)
- Gitee Pages: https://doocs.gitee.io/qcloud-im-server-sdk-java
- GitHub Pages: https://doocs.github.io/qcloud-im-server-sdk-java

## Quick Start

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

## 文档导航

- [文档站点](https://doocs.github.io/qcloud-im-server-sdk-java)
- [贡献代码](#Contributing)
- Gitee Pages: https://doocs.gitee.io/qcloud-im-server-sdk-java
- GitHub Pages: https://doocs.github.io/qcloud-im-server-sdk-java

## 快速上手

Expand Down

0 comments on commit 5048d2f

Please sign in to comment.