We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f702c1c commit 3b8e41cCopy full SHA for 3b8e41c
.github/workflows/docs.yml
@@ -22,7 +22,6 @@ jobs:
22
echo "SOURCE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
23
- name: Build docs website
24
run: |
25
- git config --global --add safe.directory "$GITHUB_WORKSPACE"
26
make build-docs-website
27
- name: Deploy all docs
28
uses: peaceiris/actions-gh-pages@v3
mkdocs.yml
@@ -65,7 +65,6 @@ markdown_extensions:
65
copyright: Copyright © 2021 Amazon Web Services
66
67
plugins:
68
- - git-revision-date
69
- search
70
- macros
71
0 commit comments