Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jan 1, 2025
1 parent acd4548 commit 0a7aa46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: pub
run: |
git fetch && git checkout main
echo "diff=$(git diff ${{ github.event.before }}:lib/package.json lib/package.json)" >> $GITHUB_OUTPUT
echo "diff=\"$(git diff ${{ github.event.before }}:lib/package.json lib/package.json)\"" >> $GITHUB_OUTPUT
- name: Exit early if lib/package.json was modified
if: steps.pub.outputs.diff != ''
Expand Down
1 change: 0 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"React 18",
"React 19",
"Next.js",
"Next.js 13",
"Next.js 14",
"Next.js 15",
"React server components",
Expand Down

0 comments on commit 0a7aa46

Please sign in to comment.