File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 ruby-version : ' 3.3'
2929 bundler-cache : true
3030
31- - run : npm run schema-to-data
32-
33- - run : bundle exec jekyll build
31+ - run : bundle exec ./scripts/build.sh
3432
3533 - uses : actions/upload-pages-artifact@v4
3634
Original file line number Diff line number Diff line change 11{
22 "scripts" : {
3- "schema-to-data" : " node scripts/schema-to-data.js schema/dist/dist-v0.0.1.json _data/generated/schema.json"
3+ "deploy" : " ./scripts/build.sh && wrangler deploy" ,
4+ "preview" : " ./scripts/build.sh && wrangler dev"
5+
46 },
57 "dependencies" : {
68 "@apidevtools/json-schema-ref-parser" : " ^15.4.0" ,
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ node scripts/schema-to-data.js schema/dist/dist-v0.0.1.json _data/generated/schema.json
23npm run schema-to-data
34jekyll build
You can’t perform that action at this time.
0 commit comments