Skip to content

Commit 2650c6e

Browse files
author
rchevrier
committed
fetch tags for doc
1 parent d3bddb6 commit 2650c6e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/doc.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20+
# https://github.com/actions/checkout/issues/1471
21+
# Clobber local unannotated tag
22+
- name: Fetch tags
23+
run: git fetch --prune --unshallow --tags --force
2024
- uses: mamba-org/setup-micromamba@v2
2125
with:
2226
environment-name: docs

0 commit comments

Comments
 (0)