Skip to content

Commit a5da34b

Browse files
docs: Allow patching of docs
1 parent ed1baa1 commit a5da34b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

update-docs.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
./bin/fetch-configlet
4+
./bin/configlet generate .
5+
find ./config/patches -type f -name *.patch -exec git apply {} \;

0 commit comments

Comments
 (0)