Skip to content

Commit bb6dfab

Browse files
committed
ci: remove -b
1 parent 8d5ad70 commit bb6dfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Pages
4040
uses: actions/configure-pages@v5
4141
- name: Build with Jekyll
42-
run: cd docs && bundle exec jekyll build -b "${{ steps.pages.outputs.base_path }}"
42+
run: cd docs && bundle exec jekyll build
4343
env:
4444
JEKYLL_ENV: production
4545
- name: Upload artifact

0 commit comments

Comments
 (0)