Skip to content

Commit 9f1c096

Browse files
committed
fix: Checkout source code before running npm ci
1 parent 2bd24a3 commit 9f1c096

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/hugo.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
test:
3030
runs-on: ubuntu-22.04
3131
steps:
32+
- name: Checkout
33+
uses: actions/checkout@v3
34+
with:
35+
submodules: false
36+
fetch-depth: 50
37+
3238
- name: Install test dependencies
3339
run: |
3440
sudo apt-get update && \

0 commit comments

Comments
 (0)