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