Skip to content

Commit

Permalink
test docs workflow triggers and blockers
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jan 1, 2025
1 parent dcef6f1 commit ba280f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
id: pub
run: |
git fetch && git checkout main
git diff --name-only ${{ github.event.before }} ${{ github.sha }}
if git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -q "lib/package.json"; then
echo "file_changed=true" >> $GITHUB_ENV
else
Expand Down

0 comments on commit ba280f4

Please sign in to comment.