Skip to content

Commit 03f2534

Browse files
committed
docs(plugin): fix mdocs and git revision plugin integration
1 parent e72e82c commit 03f2534

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Set up Python
21-
uses: actions/setup-python@v1
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: "3.8"
2424
- name: Capture branch and tag

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
max-parallel: 4
4343
matrix:
4444
# test against latest update of each major Java version, as well as specific updates of LTS versions:
45-
java: [8, 8.0.192, 11.0.x, 11.0.3, 12, 13, 15, 16, 17 ]
45+
java: [8, 11, 16, 17 ]
4646
name: Java ${{ matrix.java }}
4747
env:
4848
OS: ${{ matrix.os }}
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v3
5353
- name: Setup java
54-
uses: actions/setup-java@v2
54+
uses: actions/setup-java@v3
5555
with:
5656
distribution: 'zulu'
5757
java-version: ${{ matrix.java }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Python
15-
uses: actions/setup-python@v1
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: "3.8"
1818
- name: Capture branch and tag

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ markdown_extensions:
7070
copyright: Copyright © 2021 Amazon Web Services
7171

7272
plugins:
73+
- git-revision-date
7374
- search
7475
- macros
7576

0 commit comments

Comments
 (0)