File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 6
6
- master
7
7
paths :
8
8
- ' docs/**'
9
+ - ' mkdocs.yml'
10
+ - ' Makefile'
11
+
9
12
push :
10
13
branches :
11
14
- master
12
15
paths :
13
16
- ' docs/**'
17
+ - ' mkdocs.yml'
18
+ - ' Makefile'
14
19
15
20
jobs :
16
21
docs :
17
22
runs-on : ubuntu-latest
18
23
steps :
19
24
- uses : actions/checkout@v3
20
25
- name : Set up Python
21
- uses : actions/setup-python@v1
26
+ uses : actions/setup-python@v4
22
27
with :
23
28
python-version : " 3.8"
24
29
- name : Capture branch and tag
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v3
14
14
- name : Set up Python
15
- uses : actions/setup-python@v1
15
+ uses : actions/setup-python@v4
16
16
with :
17
17
python-version : " 3.8"
18
18
- name : Capture branch and tag
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ markdown_extensions:
70
70
copyright : Copyright © 2021 Amazon Web Services
71
71
72
72
plugins :
73
+ - git-revision-date
73
74
- search
74
75
- macros
75
76
You can’t perform that action at this time.
0 commit comments