From 26e84fd893f474570d2ddc4b502606480fad1128 Mon Sep 17 00:00:00 2001 From: "Paulo H." Date: Wed, 17 Apr 2024 11:09:32 -0300 Subject: [PATCH] folder naming is drunk --- ...g-a-new-release-and-attach-a-zip-file-to-the-release.yml | 6 +----- {css.css => css}/admin-style.css | 0 2 files changed, 1 insertion(+), 5 deletions(-) rename {css.css => css}/admin-style.css (100%) diff --git a/.github/workflows/deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml b/.github/workflows/deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml index c15f9f7..993a0dc 100644 --- a/.github/workflows/deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml +++ b/.github/workflows/deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml @@ -14,11 +14,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - - - name: Build - run: | - npm install - npm run build + - name: WordPress Plugin Deploy id: gattai-deploy diff --git a/css.css/admin-style.css b/css/admin-style.css similarity index 100% rename from css.css/admin-style.css rename to css/admin-style.css