diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 04d4c6d2..d4c1efdb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - name: Prettify code uses: creyD/prettier_action@v4.0 with: - prettier_options: "src/**/*.{ts,jsx,js,css,html,json,md}" --write + prettier_options: "--write src/**/*.{ts,jsx,js,css,html,json,md}" only_changed: True build: # The type of runner that the job will run on