From 02e55cdc6dfea54004492c98099e6730f47ea190 Mon Sep 17 00:00:00 2001 From: Nick Spinale Date: Fri, 6 Oct 2023 10:44:11 +0000 Subject: [PATCH] ci: Remove comment with script snippet Signed-off-by: Nick Spinale --- .github/workflows/push.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index d81336ea3..668a10314 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -141,6 +141,3 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 - -# For debugging and monitoring disk usage: -# (make foo && df -h) || (df -h && false)