File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - master
77 paths :
88 - ' docs/**'
9+ - ' mkdocs.yml'
10+ - ' Makefile'
11+
912 push :
1013 branches :
1114 - master
1215 paths :
1316 - ' docs/**'
17+ - ' mkdocs.yml'
18+ - ' Makefile'
1419
1520jobs :
1621 docs :
1722 runs-on : ubuntu-latest
1823 steps :
1924 - uses : actions/checkout@v3
2025 - name : Set up Python
21- uses : actions/setup-python@v1
26+ uses : actions/setup-python@v4
2227 with :
2328 python-version : " 3.8"
2429 - name : Capture branch and tag
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ markdown_extensions:
7070copyright : Copyright © 2021 Amazon Web Services
7171
7272plugins :
73+ - git-revision-date
7374 - search
7475 - macros
7576
You can’t perform that action at this time.
0 commit comments