File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -31,23 +31,6 @@ publish_schema() {
3131 mv " $target .json" " $target "
3232
3333 # Find the jekyll lander markdown file for this iteration.
34-
35- # Define jekyllLander by referencing a markdown file whose name matches the
36- # iteration date. This approach would work with today's jekyll landers
37- # local jekyllLander=$deploydir/$base/$date.md
38-
39- # Define jekyllLander by referencing a static file
40- # local jekyllLander=$deploydir/$base/latest.md
41-
42- # Define jekyllLander by finding the first markdown file already-present in the
43- # deploy directory.
44- # local jekyllLander=$(find "$deploydir/$base" -maxdepth 1 -name "*.md" | head -n 1)
45-
46- # Define jekyllLander by finding all the markdown files already-present in the
47- # deploy directory. If multiple files are present, this script will fail as it
48- # attempts to move these multiple files to a single $target.md
49- # This behavior is the closest match to that of the previous version of the
50- # schema-publish script.
5134 local jekyllLander=$( find " $deploydir /$base " -maxdepth 1 -name " *.md" )
5235
5336 # Move the jekyll lander markdown for this iteration to the deploy destination.
You can’t perform that action at this time.
0 commit comments