We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f777d commit 9d3953cCopy full SHA for 9d3953c
.github/workflows/jekyll.yml
@@ -42,9 +42,10 @@ jobs:
42
- name: Setup Pages
43
id: pages
44
uses: actions/configure-pages@v3
45
+ - name: Fix platform build
46
+ run: bundle lock --add-platform x86_64-linux
47
- name: Build with Jekyll
48
# Outputs to the './_site' directory by default
- run: bundle lock --add-platform x86_64-linux
49
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
50
env:
51
JEKYLL_ENV: production
0 commit comments