Skip to content

Commit 9d3953c

Browse files
authored
Update jekyll.yml
1 parent 09f777d commit 9d3953c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jekyll.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ jobs:
4242
- name: Setup Pages
4343
id: pages
4444
uses: actions/configure-pages@v3
45+
- name: Fix platform build
46+
run: bundle lock --add-platform x86_64-linux
4547
- name: Build with Jekyll
4648
# Outputs to the './_site' directory by default
47-
run: bundle lock --add-platform x86_64-linux
4849
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4950
env:
5051
JEKYLL_ENV: production

0 commit comments

Comments
 (0)