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.
1 parent e72e82c commit 0901315Copy full SHA for 0901315
.github/workflows/build-docs.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3
20
- name: Set up Python
21
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
22
with:
23
python-version: "3.8"
24
- name: Capture branch and tag
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
mkdocs.yml
@@ -70,6 +70,7 @@ markdown_extensions:
70
copyright: Copyright © 2021 Amazon Web Services
71
72
plugins:
73
+ - git-revision-date
74
- search
75
- macros
76
0 commit comments