Skip to content

Commit

Permalink
Do some transformations to prettify tag report
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Aug 4, 2024
1 parent 703bbe5 commit 695d933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create report on generated tag pages
run: |
echo -e "<h2>Tags made:</h2>\n<ul>" >> $GITHUB_STEP_SUMMARY
ls tags >> $GITHUB_STEP_SUMMARY
ls tags | sed -E 's/(.*)/<li>\1<\/li>/' >> $GITHUB_STEP_SUMMARY
echo "</ul>" >> $GITHUB_STEP_SUMMARY
- name: Setup Pages
id: pages
Expand Down

0 comments on commit 695d933

Please sign in to comment.