Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Update setup.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamel Husain authored Feb 28, 2020
1 parent f0a252f commit 300f4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# edit settings.ini file to inject baseurl
config.read(settings)
config['DEFAULT']['baseurl'] = repo_name
config['DEFAULT']['baseurl'] = f'/{repo_name}'
with open('_action_files/settings.ini', 'w') as configfile:
config.write(configfile)
Expand Down

0 comments on commit 300f4f5

Please sign in to comment.