mirror of
https://github.com/privateersclub/wiki.git
synced 2024-11-23 05:39:48 +00:00
chore: full clone for workflow
This commit is contained in:
parent
9484b62f37
commit
0bddd8a9b5
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -12,6 +12,10 @@ jobs:
|
||||
node-version: [20]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
# Necessary for Lunaria to work properly
|
||||
# Makes the action clone the entire git history
|
||||
fetch-depth: 0
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user