Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 0362116

Browse files
authored
Update jekyll.yml
1 parent a58cf25 commit 0362116

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
uses: actions/configure-pages@v3
4545
- name: Build with Jekyll
4646
# Outputs to the './_site' directory by default
47-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
47+
run: |
48+
bundle config set frozen false
49+
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4850
env:
4951
JEKYLL_ENV: production
5052
- name: Upload artifact

0 commit comments

Comments
 (0)