Skip to content

Commit

Permalink
Update deploy-dist.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Sep 14, 2024
1 parent 9aab2ac commit ca155ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TARGET_RELEASE_DIR="download/$VERSION"
TARGET_DIST_DIR="static"
DIST_FILE="cecil.phar"
DIST_FILE_SHA1="cecil.phar.sha1"
SCOOP_FILE_JSON="scoop.json"
SCOOP_FILE_JSON="cecil.json"
TARGET_PAGES_DIR="pages"
USER_NAME=$GITHUB_ACTOR
USER_EMAIL="${GITHUB_ACTOR}@cecil.app"
Expand Down Expand Up @@ -48,7 +48,7 @@ echo $VERSION > VERSION
rm -f $SCOOP_FILE_JSON
cat <<EOT >> $SCOOP_FILE_JSON
{
"description": "Your content driven static site generator.",
"description": "A simple and powerful content-driven static site generator.",
"homepage": "https://cecil.app",
"license": "MIT",
"bin": "$DIST_FILE",
Expand Down

0 comments on commit ca155ff

Please sign in to comment.