mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
ci(api-docs): add comment explaining why full clone is required
This commit is contained in:
parent
307c5c63e1
commit
db059ed1f1
3
.github/workflows/api-docs.yml
vendored
3
.github/workflows/api-docs.yml
vendored
@ -30,6 +30,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
# Fetch depth 0 is required if called through workflow_call. In order
|
||||
# to create a PR we need to access other branches, which requires a
|
||||
# full clone.
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user