davideisinger.com

My personal website
Log | Files | Refs | README

commit 1670e9c7fc5ce12253d5b956564283e116fc94ce
parent fc4c97d417c9e80b8c69b24ce30d82bbffb72a68
Author: David Eisinger <[email protected]>
Date:   Fri,  2 Feb 2024 00:22:15 -0500

Remove dither log

Diffstat:
M.github/workflows/deploy.yml | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -59,9 +59,3 @@ jobs: env: SERVER_IP: ${{ secrets.SERVER_IP }} run: bin/deploy - - - name: Upload dither.log - uses: actions/upload-artifact@v3 - with: - name: dither.log - path: bin/dither/dither.log