Skip to content

Commit c90c6c5

Browse files
committed
ci: Try to fix index.html building
We need to have all tags available in order to generate it
1 parent 3a72ab3 commit c90c6c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Check out this repo
1515
uses: actions/checkout@v2
16+
with:
17+
fetch-depth: 0
1618
- name: Set up Node
1719
uses: actions/setup-node@v2
1820
with: {node-version: '14'}

0 commit comments

Comments
 (0)