Skip to content

Commit

Permalink
Testing out deploy of javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Jun 12, 2024
1 parent 6511690 commit 1700036
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
on:
# Runs on pushes targeting the default branch.
push:
branches: ["main"]
branches: ["feature/publish-javadocs"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -36,6 +36,12 @@ jobs:
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
- name: Deploy JavaDoc
uses: MathieuSoysal/[email protected]
with:
deploy-mode: artifact
java-version: 11
project: gradle

# Deployment job
deploy:
Expand Down

0 comments on commit 1700036

Please sign in to comment.