Skip to content
Merged
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: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ruby-version: .ruby-version
bundler-cache: true

- run: jekyll build
- run: bundle exec jekyll build
env:
JEKYLL_ENV: production

Expand Down
Empty file added .nojekyll
Empty file.
2 changes: 1 addition & 1 deletion css/article-rfc.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
}

.u-article--rfc :not(pre) code {
text-wrap: wrap;
overflow-wrap: anywhere;
text-wrap: wrap;
}

/* --- Pilcrow --- */
Expand Down
Loading