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 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