We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e38310 commit d486e96Copy full SHA for d486e96
1 file changed
.github/workflows/jekyll-build.yml
@@ -172,7 +172,9 @@ jobs:
172
- name: Setup CI config
173
run: |
174
echo "---" > _config_ci.yml
175
- echo "baseurl: ${{ steps.configure-pages.outputs.base_path }}" >> _config_ci.yml
+ echo "baseurl: ${{ steps.configure-pages.outputs.base_url }}" >> _config_ci.yml
176
+
177
+ cat _config_ci.yml
178
179
- name: Build site
180
env:
0 commit comments