Skip to content

Commit

Permalink
sed works differently from online bash
Browse files Browse the repository at this point in the history
  • Loading branch information
sator-imaging authored Jan 12, 2024
1 parent 3e7daf4 commit bd42ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ runs:
s/\.yml/\.html/;
};
/^ *- uid\: / {
s/[\r\n]/\.html/;
s/$/\.html/;
s/- uid\: /- href\: /;
}' -i api/toc.yml
Expand Down

0 comments on commit bd42ccf

Please sign in to comment.