From 781c129b54370c15223e4447d7abcf6dc840710c Mon Sep 17 00:00:00 2001 From: Bill Long Date: Tue, 9 Aug 2022 09:47:17 -0500 Subject: [PATCH 1/2] Bring back the search box --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index a22c22baf6..1803ffbb53 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -90,4 +90,5 @@ repo_url: https://github.com/microsoft/CSS-Exchange edit_uri: edit/main/docs/ site_url: https://microsoft.github.io/CSS-Exchange plugins: + - search - git-revision-date-localized From 85d7cd6f4414cc1e160bd73b665747774372bd65 Mon Sep 17 00:00:00 2001 From: Bill Long Date: Tue, 9 Aug 2022 09:47:39 -0500 Subject: [PATCH 2/2] Try to use the last updated date of the individual doc --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be7f30ddcf..8b9a3f4704 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,8 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + fetch-depth: 0 - uses: actions/setup-python@v2 with: python-version: 3.x