diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 4660dfd..48e215e 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -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 @@ -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