Skip to content

Commit a0dc853

Browse files
committed
Handle branch deletion
1 parent 4565801 commit a0dc853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment/delete.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source $script_dir/commons.sh
1010
git checkout gh-pages
1111
git pull origin gh-pages
1212

13-
branch_slug=$($script_dir/slugify.sh $1)
13+
branch_slug=$(slugify $1)
1414
rm -rf "$deployments_dir/$branch_slug"
1515

1616
echo "Updating gh-pages branch."

0 commit comments

Comments
 (0)