ci(api-docs): add comment explaining why full clone is required

This commit is contained in:
Dundar Goc 2022-05-24 12:29:12 +02:00
parent 307c5c63e1
commit db059ed1f1

View File

@ -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