Skip to content

Commit 0901315

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

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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/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)