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 72edc5c commit 4be9983Copy full SHA for 4be9983
1 file changed
.github/actions/data-cache/action.yml
@@ -93,6 +93,7 @@ runs:
93
mkdir -p sources/5e-homebrew/deity
94
mkdir -p sources/5e-homebrew/optionalfeature
95
mkdir -p sources/5e-homebrew/race
96
+ mkdir -p sources/5e-homebrew/spell
97
mkdir -p sources/5e-homebrew/subclass
98
99
paths=(
@@ -131,6 +132,7 @@ runs:
131
132
"deity/Frog God Games; The Lost Lands.json"
133
"optionalfeature/laserllama; Laserllama's Exploit Compendium.json"
134
"race/Middle Finger of Vecna; Archon.json"
135
+ "spell/LaserLlama; LaserLlama's Compendium of Spells.json"
136
"subclass/LaserLlama; Druid Circles.json"
137
)
138
0 commit comments