Skip to content

Commit

Permalink
Update deployment CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
chunlaw committed Mar 12, 2024
1 parent 562df1b commit 0534046
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
${{ runner.os }}-
- run: yarn install --immutable
- run: sed -i "s/REACT_APP_CI_JOB_ID=1/REACT_APP_CI_JOB_ID=$GITHUB_RUN_NUMBER/g" .env
- run: yarn run production-build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 0534046

Please sign in to comment.