Skip to content

Commit

Permalink
change depth
Browse files Browse the repository at this point in the history
  • Loading branch information
huyu335 committed Aug 28, 2024
1 parent 5dd8f45 commit c567ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitbook-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2 # To retrieve the preceding commit.
fetch-depth: 0 # To retrieve the preceding commit.

# TODO: change back to using dorny/paths-filter when https://github.com/dorny/paths-filter/pull/133 is implemented
- uses: mirpedrol/paths-filter@main
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2 # To retrieve the preceding commit.
fetch-depth: 0 # To retrieve the preceding commit.

- name: Combine all tags.yml files
id: get_tags
Expand Down

0 comments on commit c567ab0

Please sign in to comment.