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