Skip to content

Delete VerticalNormalVertexConsumer.java #366

Delete VerticalNormalVertexConsumer.java

Delete VerticalNormalVertexConsumer.java #366

name: Deploy Javadoc
on:
push:
branches:
- 1.21
paths:
- common/src/main/java/**
env:
CI: 'true'
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/Javadoc-publisher.yml@v2.5.0
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()