From f16b5f22e1cee4ddc43b7e18eb1f9d1e5bea3674 Mon Sep 17 00:00:00 2001 From: CarmJos Date: Fri, 3 Jun 2022 03:24:01 +0800 Subject: [PATCH] =?UTF-8?q?ci(deploy):=20=E6=B7=BB=E5=8A=A0repo=E5=88=86?= =?UTF-8?q?=E6=94=AF=E7=9A=84=E7=9B=B8=E5=85=B3=E4=BB=8B=E7=BB=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .documentation/REPOSITORY-README.md | 27 +++++++++++++++++++++++++++ .github/workflows/deploy.yml | 1 + 2 files changed, 28 insertions(+) create mode 100644 .documentation/REPOSITORY-README.md diff --git a/.documentation/REPOSITORY-README.md b/.documentation/REPOSITORY-README.md new file mode 100644 index 0000000..8c0b76a --- /dev/null +++ b/.documentation/REPOSITORY-README.md @@ -0,0 +1,27 @@ +# EasySQL Repository + +采用github的repo分支进行依赖,随项目发布而自动更新。 + +其他依赖方式见主页介绍。 + +## 依赖方式 + +### Maven + +```xml + + + EasySQL + GitHub Branch Repository + https://github.com/CarmJos/EasySQL/blob/repo/ + + +``` + +### Gradle + +```groovy +repositories { + maven { url 'https://github.com/CarmJos/EasySQL/blob/repo/' } +} +``` \ No newline at end of file diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4c1b9f3..d3c34bf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -83,6 +83,7 @@ jobs: rm -rf deploy mkdir -vp deploy cp -vrf $HOME/local-deploy/* deploy/ + cp -vrf .documentation/REPOSITORY-README.md deploy/README.md - name: "Copy Javadoc" run: |