Skip to content

Commit 358be50

Browse files
committed
Fix CI
1 parent 72f7c5a commit 358be50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
gem install bundler
2222
bundle install --jobs 4 --retry 3
2323
- name: Workaround accessibility insights issue with atom.xml
24-
run: "echo 'enabled: true' > _data/workaround_accessibility_insights_bug.yml"
24+
run: "mkdir -p _data && echo 'enabled: true' > _data/workaround_accessibility_insights_bug.yml"
2525
- name: Build Jekyll
2626
run: bundle exec jekyll build
2727
- name: Markdownlint

0 commit comments

Comments
 (0)