Skip to content

Commit

Permalink
once you add html, you are stuck with it.
Browse files Browse the repository at this point in the history
  • Loading branch information
MongoCaleb committed Aug 5, 2024
1 parent 1f841d7 commit ec46f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netflify-preview-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
file="${file#source}"
file="${file%.txt}"
echo "${base_link}${file}"
new_links+="<li>${base_link}${file}</li>"
new_links+="<li><a href=${base_link}${file}>${file}</a></li>"
else
echo "(file skipped)"
fi
Expand Down

0 comments on commit ec46f5c

Please sign in to comment.