diff --git a/.github/workflows/cdn_deploy.yml b/.github/workflows/cdn_deploy.yml index 16f4fd7..6cb84e7 100644 --- a/.github/workflows/cdn_deploy.yml +++ b/.github/workflows/cdn_deploy.yml @@ -65,7 +65,7 @@ jobs: --include='components/*.d.ts' \ --include "react/*.js" \ --include='react/*.d.ts' \ - --include "theme/*.css" \ + --include "theme/*" \ --include "i18n/*.xliff" \ ${{ github.workspace }} \ s3://${{ vars.S3_BUCKET_NAME }}/${{ env.S3_PATH }}/ diff --git a/package.json b/package.json index 474b4b4..cebc727 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "components/*.d.ts", "react/*.js", "react/*.d.ts", - "theme/hot.css", + "theme/**/*", "i18n/*.xliff" ], "publishConfig": {