Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
chore: try to deploy java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tassiluca committed Oct 17, 2023
1 parent ca0c66f commit ca07302
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/publish-smart-contracts-javadoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Deploy Smart Contracts Javadoc

on:
push:
branches:
- master
- main
- develop

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Deploy JavaDoc 🚀
uses: MathieuSoysal/Javadoc-publisher.yml@v2.4.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 17
target-folder: javadoc
project: gradle
custom-command: |
cd smart-contracts
./gradlew javadoc

0 comments on commit ca07302

Please sign in to comment.