From 71968058f9b48e03236d1482b3068e7575a42f5c Mon Sep 17 00:00:00 2001 From: Rachel Lowe <60523642+11BelowStudio@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:06:44 +0000 Subject: [PATCH] Create actions-publish-javadoc.yml let's try this again! --- .github/workflows/actions-publish-javadoc.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/actions-publish-javadoc.yml diff --git a/.github/workflows/actions-publish-javadoc.yml b/.github/workflows/actions-publish-javadoc.yml new file mode 100644 index 0000000..5c0e285 --- /dev/null +++ b/.github/workflows/actions-publish-javadoc.yml @@ -0,0 +1,22 @@ +name: Deploy Javadoc + +permissions: + contents: write + +on: + push: + branches: + - master + - main + +jobs: + publish: + runs-on: ubuntu-latest + steps: + - name: Deploy javadoc to Github Pages + uses: dev-vince/actions-publish-javadoc@v1.0.1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + java-version: "1.8" # Replace with your java version. Default is 17 + project: maven # The project type. By default maven + branch: "gh-pages" # The branch for the javadoc contents. By default gh-pages