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