diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1c0cf0a4..f6c8c86d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,6 +25,6 @@ jobs: - name: Install Dependencies run: npm install - # - name: Build Project - # run: npm run build # Runs your project's build command + - name: Build Project + run: npm run build # Runs your project's build command \ No newline at end of file