Skip to content

Commit 1d892c9

Browse files
Update override_deployment.sh
1 parent f8b446e commit 1d892c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/override_deployment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for html_file in deploy/*.html; do
2828
for css_file in deploy/_just/*.css; do
2929
echo "<link href=\"_just/$(basename "$css_file")\" rel=\"stylesheet\">" >> "$html_file"
3030
done
31-
echo "$(cat ysiaasfyasifyaif)" >> "$html_file"
31+
echo "$(cat $GITHUB_ACTION_PATH/src/comment.html)" >> "$html_file"
3232
sed -i '/<\/head>/i\ '"$(cat "$html_file")" "$html_file"
3333
done
3434
cp _just/404.html deploy/404.html

0 commit comments

Comments
 (0)