Skip to content

Commit d486e96

Browse files
fix(website): ensure correct base url is used (#194)
1 parent 8e38310 commit d486e96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jekyll-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ jobs:
172172
- name: Setup CI config
173173
run: |
174174
echo "---" > _config_ci.yml
175-
echo "baseurl: ${{ steps.configure-pages.outputs.base_path }}" >> _config_ci.yml
175+
echo "baseurl: ${{ steps.configure-pages.outputs.base_url }}" >> _config_ci.yml
176+
177+
cat _config_ci.yml
176178
177179
- name: Build site
178180
env:

0 commit comments

Comments
 (0)