Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Alpha <[email protected]>
  • Loading branch information
AlphaKR93 authored Nov 2, 2024
1 parent 54dfd71 commit 269cbb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:

- name: Update Javadoc
if: startsWith(github.ref_name, 'ver/') || startsWith(github.ref_name, 'dev/')
continue-on-error: true
run: |
if [ ! -d "javadoc" ]; then
mkdir javadoc && cd javadoc
Expand All @@ -141,6 +142,7 @@ jobs:

- name: Sync Javadocs Portal
if: startsWith(github.ref_name, 'ver/') || startsWith(github.ref_name, 'dev/')
continue-on-error: true
run: |
cd jdmain
if [ ! -d "${{ env.VERSION }}" ]; then
Expand All @@ -151,6 +153,7 @@ jobs:
- name: Push source changes (jd portal)
if: startsWith(github.ref_name, 'ver/') || startsWith(github.ref_name, 'dev/')
continue-on-error: true
uses: ad-m/github-push-action@master
with:
repository: PlazmaMC/Javadocs
Expand Down

0 comments on commit 269cbb5

Please sign in to comment.