Skip to content

Commit b5c72bc

Browse files
authored
docs: Update README.md
1 parent f2c5c3f commit b5c72bc

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,8 @@ See **Swaggy-Swagger** [README.md](https://github.com/Swaggy-Swagger) for more d
7272
```
7373

7474
5. **Make Changes to the UI**: Modify the UI as needed to fit your requirements.
75-
6. **Build the Project**: After making changes, build the project to generate the updated version of Swaggy-Swagger UI.
7675

77-
```bash
78-
npm run build
79-
80-
```
81-
82-
This command will create or update the `dist` folder with the built files.
83-
84-
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.
76+
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.
8577

8678
```bash
8779
git add .
@@ -92,8 +84,8 @@ See **Swaggy-Swagger** [README.md](https://github.com/Swaggy-Swagger) for more d
9284

9385
> 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!
9486
>
95-
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.
96-
9. **Contributing**: If you'd like to contribute your changes back to the Swaggy-Swagger UI repository, feel free to submit a pull request.
87+
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.
88+
8. **Contributing**: If you'd like to contribute your changes back to the Swaggy-Swagger UI repository, feel free to submit a pull request.
9789
9890
9991
## Contributors

0 commit comments

Comments
 (0)