We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0695b40 + 93875ea commit 1a2b6f5Copy full SHA for 1a2b6f5
.github/workflows/sync-main-doc.yml
@@ -17,11 +17,11 @@ jobs:
17
repository: quarkusio/quarkus
18
path: .quarkus-main-repository
19
20
- - name: Install JDK 11
+ - name: Install JDK 17
21
uses: actions/setup-java@v3
22
with:
23
distribution: temurin
24
- java-version: 11
+ java-version: 17
25
- name: Get Date
26
id: get-date
27
run: |
@@ -41,7 +41,7 @@ jobs:
41
- name: Rebase before rsync
42
43
git pull origin develop --rebase
44
-
+
45
- name: Sync guides and generated documentation
46
47
.quarkus-main-repository/docs/sync-web-site.sh main ${PWD}
0 commit comments