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 dd3bbb7 commit 6351e40
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-vitepress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
doc-changed: ${{ steps.diff.outputs.count }}
steps:
- uses: actions/checkout@v4
with:
ref: 'master'
- uses: technote-space/get-diff-action@v6
id: diff
with:
# PATTERNS: |
# docs/**/*.md
PATTERNS: |
docs/**/*.md
SET_ENV_NAME_COUNT: DIFF_COUNT
- name: show diff result
run:
Expand Down

0 comments on commit 6351e40

Please sign in to comment.