Skip to content

Commit a042bf5

Browse files
committed
doc: document task update-mods
1 parent 28f3af0 commit a042bf5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ Converts the given single page to a page bundle. The single page's `content/<slu
4242
### `task redate -- <path>`
4343

4444
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

+1
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,6 @@ tasks:
124124
update-mods:
125125
desc: Updates all submodules.
126126
cmds:
127+
- git submodule update --remote --merge
127128
- cd themes/PaperMod && git pull origin master
128129
- cd themes/hugo-notice && git pull origin main

0 commit comments

Comments
 (0)