From 25cd16c1ef336b7ade11420b0b7ac849571394f5 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 6 Feb 2024 11:30:14 +0530 Subject: [PATCH] chore(actions): whoops, forgot to change job name after copying --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 0074a8e..ce50036 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -9,7 +9,7 @@ on: jobs: deploy: concurrency: ci-${{ github.ref }} - name: Test setup-lune action + name: Build and Deploy runs-on: ubuntu-latest steps: - name: Checkout Repository