We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfa85e commit ef15903Copy full SHA for ef15903
1 file changed
.github/workflows/deploy-docs.yml
@@ -24,6 +24,8 @@ jobs:
24
steps:
25
- name: Checkout repository
26
uses: actions/checkout@v6
27
+ with:
28
+ fetch-tags: true
29
- uses: ./.github/actions/generate-docs
30
with:
31
build: all_with_old
0 commit comments