Skip to content

Commit

Permalink
Updated release to run not in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
jtljac committed Nov 23, 2022
1 parent cad88c8 commit a3ebc09
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
java-version: 17
distribution: 'adopt'
cache: gradle
- name: Setup Pages
uses: actions/configure-pages@v2
- name: deploy
env:
MAVENREPOUSER: ${{secrets.MAVENREPOUSER}}
Expand All @@ -46,23 +48,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./build/libs/datmoddingapi-*.jar
deployJavadoc:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'adopt'
cache: gradle
- name: Generate Javadoc
run: gradle javadoc
shell: bash
Expand Down

0 comments on commit a3ebc09

Please sign in to comment.