You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/static-web-apps/publish-hugo.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ jobs:
149
149
runs-on: ubuntu-latest
150
150
name: Build and Deploy Job
151
151
steps:
152
-
- uses: actions/checkout@v2
152
+
- uses: actions/checkout@v3
153
153
with:
154
154
submodules: true
155
155
- name: Build And Deploy
@@ -176,7 +176,7 @@ If your Hugo application uses the [Git Info feature](https://gohugo.io/variables
176
176
Update your workflow file to [fetch your full Git history](https://github.com/actions/checkout/blob/main/README.md#fetch-all-history-for-all-tags-and-branches) by adding a new parameter under the `actions/checkout` step to set the `fetch-depth` to `0` (no limit):
0 commit comments