From 5d56e383bbe9537d47bdf2ff53c231f47d43baf7 Mon Sep 17 00:00:00 2001 From: Sunniva Indrehus Date: Mon, 2 Dec 2024 09:29:12 +0100 Subject: [PATCH] test test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index accb86c..5efce3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: # Step 5: Deploy to gh-pages branch - name: Deploy to gh-pages branch run: | - ls -l + echo ls -l git add talk/slides.html git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com"