Skip to content

Commit

Permalink
Update github-pages.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy authored Nov 8, 2024
1 parent b182cfb commit 7879fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/includes/github-pages.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Get GitHub Pages URL
Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
uses: actions/deploy-pages@v4
----

NOTE: This is process will be improved in the near future (https://github.com/quarkiverse/quarkus-roq/issues/230[follow progress]).
NOTE: This is process will be improved in the near future (https://github.com/quarkiverse/quarkus-roq/issues/230[follow progress]).

0 comments on commit 7879fb9

Please sign in to comment.