diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c82ef67..3d07055 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -56,7 +56,7 @@ jobs: uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: path: './dist' diff --git a/.vscode/settings.json b/.vscode/settings.json index cbca194..ed738c3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,10 +2,9 @@ "editor.defaultFormatter": "esbenp.prettier-vscode", "eslint.format.enable": true, "editor.codeActionsOnSave": { - "source.fixAll.stylelint": true, - "source.fixAll.eslint": true + "source.fixAll.stylelint": "explicit", + "source.fixAll.eslint": "explicit" }, - "eslint.alwaysShowStatus": true, "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"], "editor.formatOnSave": true, "editor.tabSize": 2,