Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update workflow and document #168

Merged
merged 1 commit into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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