We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d942d commit c205904Copy full SHA for c205904
.github/workflows/docs.yml
@@ -14,6 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
+ with:
18
+ fetch-depth: 0
19
20
- uses: arduino/setup-task@v2
21
with:
0 commit comments