From 7edb3cd9ab40db53e2edc1c6eb6d8e9bcc81e791 Mon Sep 17 00:00:00 2001 From: Sam Belliveau Date: Sun, 14 Jan 2024 19:50:23 -0500 Subject: [PATCH] Fix Javadocs Artifact issue --- .github/workflows/build_release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 0d9848e1..6c9dc9e7 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -41,10 +41,13 @@ jobs: uses: actions/upload-pages-artifact@v3.0.0 with: path: './docs/' + name: github-pages - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4.0.3 + with: + artifact_name: github-pages deploy: name: Prepare Jar & JitPack