Skip to content

Commit

Permalink
ci: deploy-vitepress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktKongTong committed Dec 28, 2024
1 parent c69f8dd commit fa27b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vitepress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: diff
run:
echo $(git diff --name-only HEAD master docs)
echo $(git diff --name-only HEAD master docs) | wc -l | xargs -I {} echo "DIFF={}" >> "$GITHUB_OUTPUT"
echo $(git diff --name-only HEAD master docs) | wc -w | xargs -I {} echo "DIFF={}" >> "$GITHUB_OUTPUT"
echo ${{ steps.diff.outputs.DIFF }}
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fa27b28

Please sign in to comment.