Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 30c739a

Browse files
Create javadoc.yml
1 parent 9d6aa46 commit 30c739a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/javadoc.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Deploy Javadoc 📚
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
permissions:
9+
contents: write # Vital para o bot conseguir dar o push na nova branch
10+
11+
jobs:
12+
publish-javadoc:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: 🚀 Deploy JavaDoc
16+
uses: MathieuSoysal/Javadoc-publisher.yml@v3.0.2
17+
with:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
java-version: '21'
20+
project: gradle
21+
javadoc-branch: gh-pages

0 commit comments

Comments
 (0)