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 e03f864 + 9eca214 commit 2980d76Copy full SHA for 2980d76
.github/workflows/antora-build.yml
@@ -7,14 +7,14 @@ on:
7
8
jobs:
9
build-and-deploy:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
16
- name: Set up JDK 17
17
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
18
with:
19
distribution: 'temurin'
20
java-version: '17'
site.yml
@@ -67,5 +67,6 @@ asciidoc:
67
aspect-meta-model-version: '2.2.0'
68
esmf-sdk-version: '2.10.2'
69
esmf-sdk-js-aspect-model-loader-version: '2.3.3'
70
+ esmf-sdk-py-aspect-model-loader-version: '2.2.1'
71
example-ns: com.mycompany@
72
0 commit comments