From 17b9d04c2a713a0b8d123b8019c940b3950a0857 Mon Sep 17 00:00:00 2001 From: mc-cari Date: Sat, 25 May 2024 18:44:01 -0400 Subject: [PATCH] Fix indent --- .github/workflows/notebook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebook.yml b/.github/workflows/notebook.yml index 5598f55..0f391d8 100644 --- a/.github/workflows/notebook.yml +++ b/.github/workflows/notebook.yml @@ -36,7 +36,7 @@ jobs: - name: Generate PDF Notebook run: notebook-generator ./Notebook --author "Mauricio Cari Leal" --size 9 --image ./.Assets/UC-Logo - - name: Configure Git + - name: Configure Git run: | git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@mc-cari.github.io'