Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed May 17, 2024
1 parent be6571a commit c308882
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion heliumcli/actions/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def _init_project(self, config_path, args):
os.path.join(project_dir, ".github", "workflows", "build.yml"))

if os.path.exists(os.path.join(project_dir, ".github", "workflows", "deploy.yml.template")):
os.remove(os.path.join(project_dir, ".github", "workflows", "deploy.yml"))
os.rename(os.path.join(project_dir, ".github", "workflows", "deploy.yml.template"),
os.path.join(project_dir, ".github", "workflows", "deploy.yml"))

Expand Down

0 comments on commit c308882

Please sign in to comment.