Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 31, 2023
1 parent a3251a0 commit 41dae22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@
<b>ckeditor5-custom-build</b> : file:ckeditor5</li>
<li>
<b>file-saver</b> : ^2.0.5</li>
<li>
<b>fs</b> : ^0.0.1-security</li>
<li>
<b>immer</b> : ^10.0.2</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions js/search/search_index.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions vercel.script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
if [[ "$VERCEL_GIT_BRANCH" != "main" ]]; then
echo "Branch: $VERCEL_GIT_BRANCH"
echo "Skip building branch $VERCEL_GIT_BRANCH"
exit 1
fi

0 comments on commit 41dae22

Please sign in to comment.