From ed2f1562ece233dec00dd9a87603883287a41081 Mon Sep 17 00:00:00 2001 From: Fehr Mathieu Date: Sun, 23 Apr 2023 14:50:01 +0100 Subject: [PATCH] CI: Fix typo in CI (#771) I'm wondering how many times I read it without noticing it xD --- .github/workflows/jupyterlite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jupyterlite.yml b/.github/workflows/jupyterlite.yml index 3acc17c4c2..af713dc6bb 100644 --- a/.github/workflows/jupyterlite.yml +++ b/.github/workflows/jupyterlite.yml @@ -1,4 +1,4 @@ -name: Deploy JupiterLyte Page +name: Deploy JupyterLite Page on: # Trigger the workflow on push or pull request,