Skip to content

Commit

Permalink
Fix last_updated (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Oct 10, 2024
1 parent 52d6ba1 commit 17ea797
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
# Needed to compute the diff between the head and the latest commit on main
fetch-depth: 2
# Needed to compute the diff between the head and the latest commit on main (so at least 2)
# AND needed to compute last_updated
fetch-depth: 0
- uses: hmarr/debug-action@v2
- name: debug
run: |
Expand Down

0 comments on commit 17ea797

Please sign in to comment.