Skip to content

gh-pages automatically generated on every master push #6

Open
@celian-garcia

Description

@celian-garcia

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions