Skip to content

Merge branch 'FoundryMC:1.20' into 1.20 #1

Merge branch 'FoundryMC:1.20' into 1.20

Merge branch 'FoundryMC:1.20' into 1.20 #1

name: Deploy Javadoc
on:
push:
branches:
- 1.20
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write # if you have a protection rule on your repository, you'll need to give write permission to the workflow.
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Debug - List directory contents
run: |
pwd
ls -R
- name: Deploy JavaDoc 🚀
uses: MathieuSoysal/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 17
javadoc-source-folder: common/build/docs/javadoc
project: gradle
- name: Debug - List directory contents
run: |
pwd
ls -R
if: always()