From b7ac33804e8d68479746723e8db7fe66569c30bd Mon Sep 17 00:00:00 2001 From: Eden Vidal Date: Mon, 22 Jul 2024 20:58:24 +0300 Subject: [PATCH] Update contributing.md --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index dccf7eef..ffb521af 100644 --- a/contributing.md +++ b/contributing.md @@ -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.