Skip to content

Commit

Permalink
Merge pull request #121 from linwumingshi/fix/ci
Browse files Browse the repository at this point in the history
ci: 👷 Fix deploy action build skip issue
  • Loading branch information
shalousun authored Sep 18, 2024
2 parents 34345d3 + 6f7fd15 commit 47df59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:
jobs:
# Build job
build:
if: ${{ github.repository == 'smart-doc-group/smart-doc-group.github.io' && github.event.pull_request.changed_files > 0 }}
if: ${{ github.repository == 'smart-doc-group/smart-doc-group.github.io'}}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 47df59c

Please sign in to comment.