Skip to content

Commit

Permalink
Update contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edenvidal committed Jul 22, 2024
1 parent b0e9b03 commit b7ac338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ to release `rnbw`, follow these simple steps:

### github action workflow overview

the workflow file [`deploy.yml`](https://github.com/rnbwdev/rnbw/blob/main/.github/workflows/deploy.yml) runs **_Build_** and **_Deploy_** jobs.
the workflow file [`deploy.yml`](https://github.com/weareunder/rnbw/blob/main/.github/workflows/deploy.yml) runs **_Build_** and **_Deploy_** jobs.

1. **_Build_**: This job is responsible for preparing the project for deployment. It checks out the repository, detects the package manager, sets up Node.js, installs dependencies, builds the project, and uploads the built project.
2. **_Deploy_**: This job handles the deployment to GitHub Pages.
Expand Down

0 comments on commit b7ac338

Please sign in to comment.