We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a345d4c commit f8aed29Copy full SHA for f8aed29
1 file changed
.github/workflows/docs.yml
@@ -22,6 +22,8 @@ jobs:
22
egress-policy: audit
23
24
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25
+ with:
26
+ fetch-depth: 0
27
28
- name: Install Python
29
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -79,6 +81,8 @@ jobs:
79
81
80
82
83
84
85
86
87
- name: Setup Python
88
0 commit comments