|
|
@ -15,17 +15,17 @@ jobs: |
|
|
|
runs-on: ${{ matrix.os }} |
|
|
|
runs-on: ${{ matrix.os }} |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
fetch-depth: 10 |
|
|
|
fetch-depth: 10 |
|
|
|
- name: Set up JDK 11 |
|
|
|
- name: Set up JDK 11 |
|
|
|
uses: actions/setup-java@v1 |
|
|
|
uses: actions/setup-java@v1 |
|
|
|
with: |
|
|
|
with: |
|
|
|
java-version: 11 |
|
|
|
java-version: 11 |
|
|
|
- uses: eskatos/gradle-command-action@v1 |
|
|
|
- uses: eskatos/gradle-command-action@v1 |
|
|
|
with: |
|
|
|
with: |
|
|
|
arguments: :darklaf-core:makeDocumentation |
|
|
|
arguments: :darklaf-core:makeDocumentation |
|
|
|
- name: Upload documentation |
|
|
|
- name: Upload documentation |
|
|
|
uses: actions/upload-artifact@v1 |
|
|
|
uses: actions/upload-artifact@v1 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: ${{ matrix.os }}-documentation |
|
|
|
name: ${{ matrix.os }}-documentation |
|
|
|
path: build/documentation |
|
|
|
path: build/documentation |
|
|
|