Skip to content

Commit

Permalink
Fix Javadocs Artifact issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Belliveau authored Jan 15, 2024
1 parent 948209a commit 7edb3cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7edb3cd

Please sign in to comment.