Open
Description
Roughly, the idea is to add a job/pipeline in circle ci with this command flow :
npm install
npm run build
npm link
cd examples/angular-promql
npm install
npm link monaco-promql
npm install -g angular-cli-ghpages
npm run build -- --prod --base-href "https://prometheus-community.github.io/monaco-promql/"
ngh -d dist/angular-promql
So that the gh-pages would contains the latest code of monaco-promql. Not necessarily the released one but the master one.