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 60e5428 commit e567ce7Copy full SHA for e567ce7
.github/workflows/ci.yml
@@ -32,6 +32,9 @@ jobs:
32
33
- name: Checkout repo
34
uses: actions/checkout@v2
35
+ with:
36
+ fetch-depth: 3
37
+ - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
38
39
- name: Install dependencies
40
run: |
.github/workflows/deploy-docs.yml
@@ -22,6 +22,9 @@ jobs:
22
23
24
25
26
27
28
29
30
0 commit comments