Skip to content

Commit 16bd1d3

Browse files
authored
Merge pull request #55606 from BorisWilhelms/patch-3
Update publish-hugo.md - Fixes line to replace
2 parents c1a7726 + 7b93896 commit 16bd1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/publish-hugo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Next, you add configuration settings that the build process uses to build your a
148148

149149
1. Open the Hugo app in a text editor and open the _.github/workflows/azure-pages-<WORKFLOW_NAME>.yml_ file.
150150

151-
1. Replace the line `- uses: actions/checkout@v1` (line 18) with the following, to build the Hugo application.
151+
1. Replace the line `- uses: actions/checkout@v2` (line 18) with the following, to build the Hugo application.
152152

153153
```yml
154154
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)