Skip to content

Commit bcc4677

Browse files
committed
Fix CI doc
1 parent 9304ac0 commit bcc4677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: battila7/get-version-action@v2
3030
- name: Deploy
3131
env:
32-
DOC_TAG: ${{ steps.version_tag.outputs.version && format('{0}.{1}', steps.version_tag.outputs.major, steps.version_tag.outputs.minor) || 'dev' }}
32+
DOC_TAG: ${{ steps.version_tag.outputs.major && steps.version_tag.outputs.minor && format('{0}.{1}', steps.version_tag.outputs.major, steps.version_tag.outputs.minor) || 'dev' }}
3333
run: |
3434
git fetch origin gh-pages --depth=1
3535
mike deploy --push --update-aliases ${{ env.DOC_TAG }} latest

0 commit comments

Comments
 (0)