We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad88c8 commit a3ebc09Copy full SHA for a3ebc09
1 file changed
.github/workflows/release.yml
@@ -35,6 +35,8 @@ jobs:
35
java-version: 17
36
distribution: 'adopt'
37
cache: gradle
38
+ - name: Setup Pages
39
+ uses: actions/configure-pages@v2
40
- name: deploy
41
env:
42
MAVENREPOUSER: ${{secrets.MAVENREPOUSER}}
@@ -46,23 +48,6 @@ jobs:
46
48
if: startsWith(github.ref, 'refs/tags/')
47
49
with:
50
files: ./build/libs/datmoddingapi-*.jar
- deployJavadoc:
- 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
66
- name: Generate Javadoc
67
run: gradle javadoc
68
shell: bash
0 commit comments