Skip to content

Commit

Permalink
Update main.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyesit committed Feb 14, 2025
1 parent edf3374 commit 9bb88b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
env:
REACT_APP_CCDI_CBIO_SITE_URL: ${{ vars.SITE_URL }}
REACT_APP_CCDI_CBIO_IFRAME_URL: ${{ vars.IFRAME_URL }}
# REACT_APP_CCDI_CBIO_SITE_URL: ${{ vars.SITE_URL }}
REACT_APP_CCDI_CBIO_SITE_URL: https://cbiit.github.io/ccdi-cbio-site
# REACT_APP_CCDI_CBIO_IFRAME_URL: ${{ vars.IFRAME_URL }}
REACT_APP_CCDI_CBIO_IFRAME_URL: https://cbiit.github.io/ccdi-cbio-frontend
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# checkout
Expand Down

0 comments on commit 9bb88b6

Please sign in to comment.