From b5c72bccc35e37e0b0cb32de0a582fd92c5fdfca Mon Sep 17 00:00:00 2001 From: leejin_rho <52371699+leejin-rho@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:31:09 +0900 Subject: [PATCH] docs: Update README.md --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ab499916dde..f5bc3ebbdde 100644 --- a/README.md +++ b/README.md @@ -72,16 +72,8 @@ See **Swaggy-Swagger** [README.md](https://github.com/Swaggy-Swagger) for more d ``` 5. **Make Changes to the UI**: Modify the UI as needed to fit your requirements. -6. **Build the Project**: After making changes, build the project to generate the updated version of Swaggy-Swagger UI. - ```bash - npm run build - - ``` - - This command will create or update the `dist` folder with the built files. - -7. **Push the Changes**: Push your changes to your forked repository. Make sure to **follow our style guide** for commit messages. The build files in the `dist` folder will be automatically pushed to the Swagger-custom Java library repository through GitHub Actions. +6. **Push the Changes**: Push your changes to your forked repository. Make sure to **follow our style guide** for commit messages. The build files in the `src` folder will be automatically pushed to the Swagger-custom Java library repository through GitHub Actions. ```bash git add . @@ -92,8 +84,8 @@ See **Swaggy-Swagger** [README.md](https://github.com/Swaggy-Swagger) for more d > Note: Follow our commit message [STYLE GUIDE](https://github.com/Swaggy-Swagger/.github/blob/main/profile/STYLE_GUIDE.md) for the format of the commit messages. This is simply a recommendation, so feel free to contribute in the way you find best! > -8. **Automated Deployment**: Once changes are pushed, GitHub Actions will automatically handle the deployment by pushing the updated `dist` folder to the relevant Java library repository. -9. **Contributing**: If you'd like to contribute your changes back to the Swaggy-Swagger UI repository, feel free to submit a pull request. +7. **Automated Deployment**: Once changes are pushed, GitHub Actions will automatically handle the deployment by pushing the updated `src` folder to the relevant Java library repository. +8. **Contributing**: If you'd like to contribute your changes back to the Swaggy-Swagger UI repository, feel free to submit a pull request. ## Contributors