From 2208b2bf8db7cfd4d0df7cdc04982a721ea5251d Mon Sep 17 00:00:00 2001 From: sagarpatel288 Date: Wed, 9 Oct 2024 06:02:42 +0530 Subject: [PATCH] Rename the workflow action name in content_list_page.yml from: `update content list and deploy to github pages` to `update github pages`! --- .github/workflows/content_list_page.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/content_list_page.yml b/.github/workflows/content_list_page.yml index 271a28a..14281c1 100644 --- a/.github/workflows/content_list_page.yml +++ b/.github/workflows/content_list_page.yml @@ -1,4 +1,4 @@ -name: Update Content List and Deploy to GitHub Pages +name: Update GitHub Pages on: push: