We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4565801 commit a0dc853Copy full SHA for a0dc853
.github/workflows/deployment/delete.sh
@@ -10,7 +10,7 @@ source $script_dir/commons.sh
10
git checkout gh-pages
11
git pull origin gh-pages
12
13
-branch_slug=$($script_dir/slugify.sh $1)
+branch_slug=$(slugify $1)
14
rm -rf "$deployments_dir/$branch_slug"
15
16
echo "Updating gh-pages branch."
0 commit comments