Skip to content

Commit

Permalink
Merge pull request #1850 from gsmet/update-java-17
Browse files Browse the repository at this point in the history
Update sync-main-doc.yml workflow to Java 17
  • Loading branch information
gsmet authored Dec 2, 2023
2 parents 0695b40 + 93875ea commit 1a2b6f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-main-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
repository: quarkusio/quarkus
path: .quarkus-main-repository

- name: Install JDK 11
- name: Install JDK 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17
- name: Get Date
id: get-date
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Rebase before rsync
run: |
git pull origin develop --rebase
- name: Sync guides and generated documentation
run: |
.quarkus-main-repository/docs/sync-web-site.sh main ${PWD}
Expand Down

0 comments on commit 1a2b6f5

Please sign in to comment.