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