Skip to content

Fixed lights not clearing on exiting game #45

Fixed lights not clearing on exiting game

Fixed lights not clearing on exiting game #45

name: Deploy Javadoc
on:
push:
branches:
- 1.21
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: 21
javadoc-source-folder: common/build/docs/javadoc
project: gradle
- name: Debug - List directory contents
run: |
pwd
ls -R
if: always()