Skip to content

Commit 3cb357d

Browse files
committed
chore: update staticrypt command options in GitHub Actions to use short flag for encryption
1 parent 45fa445 commit 3cb357d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ jobs:
4343
4444
for file in $FOUND_FILES; do
4545
echo "🔒 Encrypting $file with staticrypt..."
46-
echo "file: $file"
4746
dir=$(dirname "$file")
4847
base=$(basename "$file")
49-
./node_modules/.bin/staticrypt "$file" -p "${{ secrets.SOLUTION_PASSWORD }}" -d "$dir"
48+
./node_modules/.bin/staticrypt "$file" -p "${{ secrets.SOLUTION_PASSWORD }}" --short -d "$dir"
5049
done
5150
5251
# 4. 部署到 GitHub Pages

0 commit comments

Comments
 (0)