From eea0e8069ae3177a6dd164348fc882171645a4c0 Mon Sep 17 00:00:00 2001 From: yutaokoshi Date: Sat, 26 Dec 2020 19:17:16 +0900 Subject: [PATCH] rename default.css to dashbord.css --- .github/workflows/ci.yml | 2 +- resources/{default.css => dashboard.css} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename resources/{default.css => dashboard.css} (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83503715..a0627ebb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: cp documentation/*.png gh-pages/documentation/ cp resources/dashboard.js gh-pages/examples/dashboard.js - cp resources/default.css gh-pages/examples/dashboard.css + cp resources/dashboard.css gh-pages/examples/dashboard.css # This is not an example of best practices of using this action. # Normally, you would specify your configuration in-line to the diff --git a/resources/default.css b/resources/dashboard.css similarity index 100% rename from resources/default.css rename to resources/dashboard.css