Re-attempting ANSI rendering.

This commit is contained in:
2025-11-11 12:16:48 -05:00
parent 875c63f6ab
commit 68cc77972c
+6 -6
View File
@@ -25,13 +25,13 @@ jobs:
port: 22
key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
capture_stdout: true
script: neofetch --stdout
script: neofetch
# - name: Convert ANSI to HTML
# id: ansi-to-html
# uses: https://git.trez.wtf/Trez/actions-ansi-to-html@pre-bundle-dependencies_2025-11-11T06-51-37
# with:
# input: ${{ steps.gen-sysinfo.outputs.stdout }}
- name: Convert ANSI to HTML
id: ansi-to-html
uses: https://git.trez.wtf/Trez/actions-ansi-to-html@pre-bundle-dependencies_2025-11-11T06-51-37
with:
input: ${{ steps.gen-sysinfo.outputs.stdout }}
# run: |
# echo "${{ steps.gen-sysinfo.outputs.stdout }}" > sysinfo.ansi
# cat sysinfo.ansi | aha --black > sysinfo.html