Skip to content

Commit

Permalink
ci: fix doc version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Sep 10, 2024
1 parent 87b1b60 commit bfa07b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
- name: fetch tags
run: git fetch --prune --unshallow --tags
- uses: actions/setup-node@v4
- name: build
run: |
Expand Down

0 comments on commit bfa07b2

Please sign in to comment.