We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fa445 commit 3cb357dCopy full SHA for 3cb357d
1 file changed
.github/workflows/build.yml
@@ -43,10 +43,9 @@ jobs:
43
44
for file in $FOUND_FILES; do
45
echo "🔒 Encrypting $file with staticrypt..."
46
- echo "file: $file"
47
dir=$(dirname "$file")
48
base=$(basename "$file")
49
- ./node_modules/.bin/staticrypt "$file" -p "${{ secrets.SOLUTION_PASSWORD }}" -d "$dir"
+ ./node_modules/.bin/staticrypt "$file" -p "${{ secrets.SOLUTION_PASSWORD }}" --short -d "$dir"
50
done
51
52
# 4. 部署到 GitHub Pages
0 commit comments