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 195da07
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
name: github-pages
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: fetch tags
run: git fetch --prune --unshallow --tags
- name: log current tag
run: git describe --tags
- uses: actions/setup-node@v4
- name: build
run: |
Expand Down

0 comments on commit 195da07

Please sign in to comment.