Skip to content

Commit

Permalink
ci: deep clone to provide accurate GitInfo for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SKalt committed Mar 26, 2024
1 parent 8aafeb0 commit 6c5d485
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v3 # see https://github.com/pnpm/action-setup
with:
Expand Down

0 comments on commit 6c5d485

Please sign in to comment.