We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
task update-mods
1 parent 28f3af0 commit a042bf5Copy full SHA for a042bf5
README.md
@@ -42,3 +42,7 @@ Converts the given single page to a page bundle. The single page's `content/<slu
42
### `task redate -- <path>`
43
44
Change the given single page's or bundle's date to today.
45
+
46
+### `task update-mods`
47
48
+Updates the installed git submodules.
Taskfile.yml
@@ -124,5 +124,6 @@ tasks:
124
update-mods:
125
desc: Updates all submodules.
126
cmds:
127
+ - git submodule update --remote --merge
128
- cd themes/PaperMod && git pull origin master
129
- cd themes/hugo-notice && git pull origin main
0 commit comments