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 d2dbdfa commit 0acca93Copy full SHA for 0acca93
.github/workflows/build-and-deploy-docs.yml
@@ -41,11 +41,11 @@ jobs:
41
- name: Build with Jekyll
42
# Outputs to the 'docs/_site' directory
43
run: |
44
- echo "url: $GITHUB_PAGES_BASE_URL" > _config.dynamic.yml
+ echo "url: $GITHUB_PAGES_ORIGIN" > _config.dynamic.yml
45
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" --config _config.yml,_config.dynamic.yml
46
env:
47
JEKYLL_ENV: production
48
- GITHUB_PAGES_BASE_URL: ${{ steps.pages.outputs.base_url }}
+ GITHUB_PAGES_ORIGIN: ${{ steps.pages.outputs.origin }}
49
- name: Upload artifact
50
# Uploads artifact from the 'docs/_site' directory
51
uses: actions/upload-pages-artifact@v3
0 commit comments