Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/generate-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
# Force bundler to 1.17.2 to match the Dockerfile configuration
bundler: 1.17.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a comment above this saying that unpinning this breaks i18n image links? Until we know why, we should make sure nobody "cleans" this up.

- name: Install Pandoc
run: sudo apt-get install -y pandoc
- name: Install Jekyll dependencies
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
# Force bundler to 1.17.2 to match the Dockerfile configuration
bundler: 1.17.2
- name: Install Pandoc
run: sudo apt-get install -y pandoc
- name: Install Jekyll dependencies
Expand Down