We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5ad70 commit bb6dfabCopy full SHA for bb6dfab
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Setup Pages
40
uses: actions/configure-pages@v5
41
- name: Build with Jekyll
42
- run: cd docs && bundle exec jekyll build -b "${{ steps.pages.outputs.base_path }}"
+ run: cd docs && bundle exec jekyll build
43
env:
44
JEKYLL_ENV: production
45
- name: Upload artifact
0 commit comments