File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
atlassian-ide-plugin.xml
7
7
node_modules /
8
8
deploy /
9
+ deploy-preview /
9
10
coverage /
10
- src-preview /
11
11
history
12
12
Gemfile.lock
Original file line number Diff line number Diff line change 6
6
7
7
mkdir -p deploy/oas
8
8
mkdir -p deploy/js
9
- mkdir -p src -preview
9
+ mkdir -p deploy -preview
10
10
11
- cd scripts/md2html
11
+ cp -p node_modules/respec/builds/respec-w3c. * deploy/js/
12
12
13
- cp -p ../../node_modules/respec/builds/respec-w3c. * ../../deploy/js/
13
+ cd scripts/md2html
14
14
15
15
filename=src/oas.md
16
16
tempfile=../../deploy/oas/oas.html
17
17
echo " === ${filename} ==="
18
18
19
19
node md2html.js --maintainers ../../EDITORS.md ../../${filename} > $tempfile
20
- npx respec --use-local --src $tempfile --out ../../src -preview/oas.html
20
+ npx respec --use-local --src $tempfile --out ../../deploy -preview/oas.html
21
21
rm $tempfile
22
22
23
- echo Built src -preview/oas.html
23
+ echo Built deploy -preview/oas.html
24
24
echo
25
25
26
26
rm ../../deploy/js/respec-w3c.*
You can’t perform that action at this time.
0 commit comments