Skip to content

Commit 0e36cfb

Browse files
committed
Remove deprecated flag
1 parent 882c13d commit 0e36cfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-to-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
fi
3838
- name: 🍳 Build site
3939
run: |
40+
git submodule update --init --recursive --remote
4041
cd exampleSite
41-
HUGO_THEME="hugo-theme-sam" hugo --themesDir ../.. -v -d ../docs/ -b https://victoria.dev/hugo-theme-sam
42+
HUGO_THEME="hugo-theme-sam" hugo --themesDir ../.. -d ../docs/ -b https://victoria.dev/hugo-theme-sam
4243
- name: 🚀 Deploy build
4344
run: |
4445
git config user.name "${GITHUB_ACTOR}"

0 commit comments

Comments
 (0)