We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85307a8 commit e19b52aCopy full SHA for e19b52a
.github/workflows/release-package-splitter.yml
@@ -41,6 +41,7 @@ jobs:
41
templates/link-in-bio/**
42
templates/landing-page/**
43
templates/dev-portfolio/**
44
+ templates/markdown-slides/**
45
dir_names: true
46
dir_names_max_depth: 2
47
dir_names_exclude_current_dir: true
@@ -60,6 +61,7 @@ jobs:
60
61
["templates/link-in-bio"]="hugo-theme-link-in-bio"
62
["templates/startup-landing-page"]="hugo-theme-startup-landing-page"
63
["templates/dev-portfolio"]="hugo-theme-developer-portfolio"
64
+ ["templates/markdown-slides"]="hugo-theme-markdown-slides"
65
)
66
67
build_full_matrix() {
0 commit comments