We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e0b92 commit 3495b50Copy full SHA for 3495b50
.github/workflows/docs.yml
@@ -20,6 +20,8 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4
23
+ - name: Fetch tags
24
+ run: git fetch --prune --unshallow
25
- name: Set up Python
26
uses: actions/setup-python@v5
27
with:
0 commit comments