We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3b4f6 commit ed8a41bCopy full SHA for ed8a41b
.github/workflows/html_proofer.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v3
10
- name: Install Image Magick
11
- run: sudo apt-get install imagemagick
+ run: sudo apt-get update && sudo apt-get install imagemagick
12
- uses: ruby/setup-ruby@v1
13
with:
14
bundler-cache: true
.github/workflows/jekyll.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: NPM install
27
run: npm install
28
29
30
- name: Setup Ruby
31
uses: ruby/setup-ruby@v1
32
0 commit comments