Skip to content

Commit

Permalink
adjsut fetch depth in jekyll.yml
Browse files Browse the repository at this point in the history
add
        with:
          fetch-depth: 0
  • Loading branch information
nkurtys authored Nov 6, 2024
1 parent 571f05b commit 7aa1b15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Ruby
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
with:
Expand Down

0 comments on commit 7aa1b15

Please sign in to comment.