Skip to content

Commit

Permalink
feat: make last edit meta works
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Dec 21, 2023
1 parent 4ae8f53 commit 0895525
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0895525

Please sign in to comment.