We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f7c5a commit 358be50Copy full SHA for 358be50
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
gem install bundler
22
bundle install --jobs 4 --retry 3
23
- name: Workaround accessibility insights issue with atom.xml
24
- run: "echo 'enabled: true' > _data/workaround_accessibility_insights_bug.yml"
+ run: "mkdir -p _data && echo 'enabled: true' > _data/workaround_accessibility_insights_bug.yml"
25
- name: Build Jekyll
26
run: bundle exec jekyll build
27
- name: Markdownlint
0 commit comments