Skip to content

Commit

Permalink
chnage build arg method in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Apr 24, 2024
1 parent fc86d15 commit a1535ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
with:
name: incore/doc/pyincore-viz
no_push: true
build_args: |
--build-arg GA_KEY=${{ env.GA_KEY }}
build-args: |
GA_KEY: ${{ env.GA_KEY }}
# this will publish to NCSA
- name: Publish to NCSA Hub
Expand Down

0 comments on commit a1535ae

Please sign in to comment.