Skip to content

Commit 4152b70

Browse files
fix(website): ensure correct base url is used
1 parent 8e38310 commit 4152b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
- name: Build site
178178
env:
179179
JEKYLL_ENV: production
180-
PAGES_REPO_NWO: ${{ github.repository }}
180+
# PAGES_REPO_NWO: ${{ github.repository }}
181181
run: |
182182
# if inputs.config_file exists
183183
config_files="_config_ci.yml,_config_theme.yml"

0 commit comments

Comments
 (0)