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 port: 22
key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }} key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
capture_stdout: true capture_stdout: true
script: neofetch --stdout script: neofetch
# - name: Convert ANSI to HTML - name: Convert ANSI to HTML
# id: 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 uses: https://git.trez.wtf/Trez/actions-ansi-to-html@pre-bundle-dependencies_2025-11-11T06-51-37
# with: with:
# input: ${{ steps.gen-sysinfo.outputs.stdout }} input: ${{ steps.gen-sysinfo.outputs.stdout }}
# run: | # run: |
# echo "${{ steps.gen-sysinfo.outputs.stdout }}" > sysinfo.ansi # echo "${{ steps.gen-sysinfo.outputs.stdout }}" > sysinfo.ansi
# cat sysinfo.ansi | aha --black > sysinfo.html # cat sysinfo.ansi | aha --black > sysinfo.html