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

Commit 300f4f5

Browse files
author
Hamel Husain
authored
Update setup.yaml
1 parent f0a252f commit 300f4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
# edit settings.ini file to inject baseurl
4040
config.read(settings)
41-
config['DEFAULT']['baseurl'] = repo_name
41+
config['DEFAULT']['baseurl'] = f'/{repo_name}'
4242
with open('_action_files/settings.ini', 'w') as configfile:
4343
config.write(configfile)
4444

0 commit comments

Comments
 (0)