Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Sep 14, 2024
1 parent db7de30 commit a592518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
run: |
cd src/docs
if [ "${{env.daisyuiversion}}" = "latest" ]; then
${{ env.runtime }} i daisyui@$([[ $(npm view daisyui version) > $(npm view daisyui dist-tags.alpha) ]] && echo "latest" || echo "alpha")
else
${{ env.runtime }} i daisyui@${{env.daisyuiversion}}
else
${{ env.runtime }} i daisyui@$([[ $(npm view daisyui version) > $(npm view daisyui dist-tags.alpha) ]] && echo "latest" || echo "alpha")
fi
- name: Set daisyUI version in env file if staging
Expand Down

0 comments on commit a592518

Please sign in to comment.