Skip to content

Commit a3ebc09

Browse files
committed
Updated release to run not in parallel
1 parent cad88c8 commit a3ebc09

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
java-version: 17
3636
distribution: 'adopt'
3737
cache: gradle
38+
- name: Setup Pages
39+
uses: actions/configure-pages@v2
3840
- name: deploy
3941
env:
4042
MAVENREPOUSER: ${{secrets.MAVENREPOUSER}}
@@ -46,23 +48,6 @@ jobs:
4648
if: startsWith(github.ref, 'refs/tags/')
4749
with:
4850
files: ./build/libs/datmoddingapi-*.jar
49-
deployJavadoc:
50-
environment:
51-
name: github-pages
52-
url: ${{ steps.deployment.outputs.page_url }}
53-
runs-on: ubuntu-latest
54-
55-
steps:
56-
- name: Checkout
57-
uses: actions/checkout@v3
58-
- name: Setup Pages
59-
uses: actions/configure-pages@v2
60-
- name: Setup Java
61-
uses: actions/setup-java@v3
62-
with:
63-
java-version: 17
64-
distribution: 'adopt'
65-
cache: gradle
6651
- name: Generate Javadoc
6752
run: gradle javadoc
6853
shell: bash

0 commit comments

Comments
 (0)