Skip to content

Commit 990ca9c

Browse files
committed
bugfix again
1 parent 485f5bf commit 990ca9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/hugo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
run: sudo snap install dart-sass
4545
- name: Checkout
4646
uses: actions/checkout@v4
47-
with:
48-
submodules: recursive
49-
fetch-depth: 1
47+
# with:
48+
# submodules: recursive
49+
# fetch-depth: 1
5050
- name: Setup Pages
5151
id: pages
5252
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)