Skip to content

Commit

Permalink
Merge pull request #34 from lunasaw/dev_spring_boot_3
Browse files Browse the repository at this point in the history
🔧 feat: 支持javadoc github 发布
  • Loading branch information
lunasaw authored Jun 30, 2024
2 parents 4ac6093 + bcf5422 commit a969d21
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 30 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.SECRET_KEY }}

- name: Deploy JavaDoc 🚀
uses: MathieuSoysal/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.SECRET_KEY }}
javadoc-branch: javadoc
java-version: 17
target-folder: docs


# publish:
# # 任务运行的环境
# runs-on: ubuntu-latest
Expand Down
36 changes: 18 additions & 18 deletions .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Deploy Javadoc

on:
push:
branches:
- master

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Deploy JavaDoc 🚀
uses: MathieuSoysal/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.SECRET_KEY }}
javadoc-branch: javadoc
java-version: 17
target-folder: docs
#name: Deploy Javadoc
#
#on:
# push:
# branches:
# - master
#
#jobs:
# publish:
# runs-on: ubuntu-latest
# steps:
# - name: Deploy JavaDoc 🚀
# uses: MathieuSoysal/[email protected]
# with:
# GITHUB_TOKEN: ${{ secrets.SECRET_KEY }}
# javadoc-branch: javadoc
# java-version: 17
# target-folder: docs
4 changes: 2 additions & 2 deletions gb28181-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.github.lunasaw</groupId>
<artifactId>sip-proxy</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
</parent>

<version>1.2.3</version>
<version>1.2.4</version>
<artifactId>gb28181-client</artifactId>
<packaging>jar</packaging>
<name>gb28181-client</name>
Expand Down
4 changes: 2 additions & 2 deletions gb28181-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.github.lunasaw</groupId>
<artifactId>sip-proxy</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
</parent>

<version>1.2.3</version>
<version>1.2.4</version>
<artifactId>gb28181-common</artifactId>
<packaging>jar</packaging>
<name>gb28181-common</name>
Expand Down
4 changes: 2 additions & 2 deletions gb28181-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.github.lunasaw</groupId>
<artifactId>sip-proxy</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
</parent>

<version>1.2.3</version>
<version>1.2.4</version>
<artifactId>gb28181-server</artifactId>
<packaging>jar</packaging>
<name>gb28181-server</name>
Expand Down
2 changes: 1 addition & 1 deletion gb28181-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.lunasaw</groupId>
<artifactId>sip-proxy</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
</parent>

<version>${gb28181-proxy.version}</version>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.lunasaw</groupId>
<artifactId>sip-proxy</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
<packaging>pom</packaging>
<modules>
<module>sip-common</module>
Expand All @@ -28,8 +28,8 @@
<app.profiles>${project.name}</app.profiles>
<sip.version>1.3.0-91</sip.version>
<dom4j.version>2.1.4</dom4j.version>
<sip-proxy-common.version>1.2.3</sip-proxy-common.version>
<gb28181-proxy.version>1.2.3</gb28181-proxy.version>
<sip-proxy-common.version>1.2.4</sip-proxy-common.version>
<gb28181-proxy.version>1.2.4</gb28181-proxy.version>
<skywalking.version>9.1.0</skywalking.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions sip-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>io.github.lunasaw</groupId>
<artifactId>sip-proxy</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
</parent>

<packaging>jar</packaging>
<version>1.2.3</version>
<version>1.2.4</version>
<artifactId>sip-common</artifactId>
<name>sip-common</name>
<description>轻量级SIP框架封装</description>
Expand Down

0 comments on commit a969d21

Please sign in to comment.