Skip to content

Commit

Permalink
🐛 (ci): Fix markdown deploy failure
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jan 26, 2023
1 parent dd03ca3 commit f148b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
cd docs
for f in **/*.md; do
# Remove homepage line
sed -i 's/^\*\*Homepage:\*\*/,+1d' "$f"
sed -i '/^\*\*Homepage:\*\*/,+1d' "$f"
# Fix relative yaml links
sed -i "s|(\./\(.*\.yaml\))|(${{ github.server_url }}/${{ github.repository }}/blob/main/$(dirname "$f")/\1)|g" "$f"
done
Expand Down

0 comments on commit f148b0b

Please sign in to comment.