Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
fix: Action checkout without history (close #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
VVsxmja committed Aug 28, 2023
1 parent 4f17329 commit 9afa680
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.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 node@latest
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 9afa680

Please sign in to comment.