From 0895525af438c84ed05c2a792c63c67180854e5c Mon Sep 17 00:00:00 2001 From: sparanoid Date: Thu, 21 Dec 2023 00:54:19 -0800 Subject: [PATCH] feat: make last edit meta works --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f30850e6..6d553508 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,10 @@ jobs: steps: - uses: actions/checkout@v4 + with: + # Fetch all history for Docusaurus `showLastUpdateTime` to work + # https://github.com/facebook/docusaurus/issues/2798 + fetch-depth: 0 - name: Set up Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4