Skip to content

Commit 0acca93

Browse files
committed
docs build consistency pass 3
1 parent d2dbdfa commit 0acca93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
- name: Build with Jekyll
4242
# Outputs to the 'docs/_site' directory
4343
run: |
44-
echo "url: $GITHUB_PAGES_BASE_URL" > _config.dynamic.yml
44+
echo "url: $GITHUB_PAGES_ORIGIN" > _config.dynamic.yml
4545
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" --config _config.yml,_config.dynamic.yml
4646
env:
4747
JEKYLL_ENV: production
48-
GITHUB_PAGES_BASE_URL: ${{ steps.pages.outputs.base_url }}
48+
GITHUB_PAGES_ORIGIN: ${{ steps.pages.outputs.origin }}
4949
- name: Upload artifact
5050
# Uploads artifact from the 'docs/_site' directory
5151
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)