Skip to content

Commit

Permalink
debug_meta_sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlp4 committed Aug 1, 2024
1 parent 9bb510a commit 0950a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/modify_html/add_meta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ metas=$(cat <<'EOF'
EOF
)

sed "/<\/head>/i\\ $metas" $GITHUB_WORKSPACE/build/index.html
sed "/<\/head>/i\\ $metas" "$GITHUB_WORKSPACE/build/index.html"

0 comments on commit 0950a9c

Please sign in to comment.