Skip to content

Commit

Permalink
build with env inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Feb 5, 2024
1 parent db249b1 commit 89df311
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,8 @@ jobs:
cache: 'yarn'
- run: yarn --frozen-lockfile
working-directory: docs
- run: yarn build
- run: yarn build ${{env.REACT_APP_BRANCH}} ${{env.PUBLIC_URL}} ${{env.REACT_APP_GAID}}
working-directory: docs
- run: |
${{env.REACT_APP_BRANCH}}
${{env.PUBLIC_URL}}
${{env.REACT_APP_GAID}}
- name: Save build
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 89df311

Please sign in to comment.