From 0dd4f09d6c94e313c2773f832e54909e8822ded0 Mon Sep 17 00:00:00 2001 From: Martyn Coupland Date: Fri, 11 Sep 2020 17:04:21 +0100 Subject: [PATCH] Update publish-jekyll.md Updated instructions to run Jekyll build, instructions were a little confusing so cleared up. --- articles/static-web-apps/publish-jekyll.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/articles/static-web-apps/publish-jekyll.md b/articles/static-web-apps/publish-jekyll.md index 86d01114e92e..b135fb844396 100644 --- a/articles/static-web-apps/publish-jekyll.md +++ b/articles/static-web-apps/publish-jekyll.md @@ -141,12 +141,9 @@ Next, you add configuration settings that the build process uses to build your a 1. Open the Jekyll app in a text editor and open the _.github/workflows/azure-pages-.yml_ file. -1. Add lines after the block `- uses: actions/checkout@v2` to the following configuration block. +1. After the line `- uses: actions/checkout@v2` add the following configuration block. ```yml - - uses: actions/checkout@v2 - with: - submodules: true - name: Set up Ruby uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0 with: