🔨 Añade soporte para el tema pagetop-aliner
This commit is contained in:
parent
92ef8f998f
commit
d0beb8ef40
2 changed files with 9 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ case "$CRATE" in
|
|||
--exclude-path "helpers/pagetop-macros/**/*"
|
||||
)
|
||||
;;
|
||||
pagetop-aliner)
|
||||
CHANGELOG_FILE="extensions/pagetop-aliner/CHANGELOG.md"
|
||||
PATH_FLAGS=(--include-path "extensions/pagetop-aliner/**/*")
|
||||
;;
|
||||
*)
|
||||
echo "Error: unsupported crate '$CRATE'" >&2
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue