Skip to content

Commit 3b8e41c

Browse files
chore(ci): fix build (#853)
* chore(ci): fix build * Update mkdocs.yml Removing git-revision-date plugin as it performs a git command that fails (actions/checkout#766). * chore(ci): fix build * chore(ci): remove unused config Co-authored-by: Jérôme Van Der Linden <[email protected]>
1 parent f702c1c commit 3b8e41c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
echo "SOURCE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
2323
- name: Build docs website
2424
run: |
25-
git config --global --add safe.directory "$GITHUB_WORKSPACE"
2625
make build-docs-website
2726
- name: Deploy all docs
2827
uses: peaceiris/actions-gh-pages@v3

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ markdown_extensions:
6565
copyright: Copyright &copy; 2021 Amazon Web Services
6666

6767
plugins:
68-
- git-revision-date
6968
- search
7069
- macros
7170

0 commit comments

Comments
 (0)