Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper committed Nov 15, 2023
1 parent 818262a commit 0b52370
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ jobs:
- name: "Fix GIF"
run: |
sed -i -E 's~(<img src="data:image\/gif;base64,[[:alpha:],[:digit:],\/,+]*=" \/>)~```@raw html\n\1\n```~g' juliacon_2023.md
if (${ matrix.file-name } -eq "juliacon_2023")
{
$env:Path += ";C:\Program Files\Git\usr\bin"
sed -i -E 's~(<img src="data:image\/gif;base64,[[:alpha:],[:digit:],\/,+]*=" \/>)~```@raw html\n\1\n```~g' examples/src/juliacon_2023.md
}
- name: Archive examples artifacts
if: success() && matrix.os == 'windows-latest'
Expand Down

0 comments on commit 0b52370

Please sign in to comment.