Skip to content

Commit

Permalink
set io to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Sep 20, 2024
1 parent 721dbb1 commit 053a721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helpers/deploy_with_preview.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ github_ref = get(ENV, "GITHUB_REF", "") # "refs/heads/$(branchname

cfg = (; github_repository, github_event_name, github_ref)

io = stdout

if cfg.github_event_name == "pull_request"
build_type = :preview
elseif occursin(r"^refs\/tags\/(.*)$", cfg.github_ref)
Expand Down

0 comments on commit 053a721

Please sign in to comment.