Darklaf - A themeable swing Look and Feel based on Darcula-Laf
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

33 lines
792 B

name: Documentation
on:
push:
paths:
- '**.properties'
- '**/CreateUITable.java'
pull_request:
paths:
- '**.properties'
- '**/CreateUITable.java'
jobs:
gradle:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 10
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- uses: eskatos/gradle-command-action@v1
with:
arguments: :darklaf-core:makeDocumentation
- name: Upload documentation
uses: actions/upload-artifact@v1
with:
name: ${{ matrix.os }}-documentation
path: build/documentation