Skip to content

Commit

Permalink
Merge pull request #62480 from martyncoup/patch-1
Browse files Browse the repository at this point in the history
Update publish-jekyll.md
  • Loading branch information
American-Dipper committed Oct 13, 2020
2 parents dbc22a1 + 0dd4f09 commit 84731d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions articles/static-web-apps/publish-jekyll.md
Expand Up @@ -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-<WORKFLOW_NAME>.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:
Expand Down

0 comments on commit 84731d9

Please sign in to comment.