Skip to content

Commit

Permalink
ci(deploy-pages): set jdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed May 22, 2024
1 parent b05265c commit fe67a69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: Deploy Project Site to Pages

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -33,6 +33,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: 8
- name: Deploy site to Github pages
run: |
mvn -B --projects core-jdk8 site
Expand Down

0 comments on commit fe67a69

Please sign in to comment.