Skip to content

doc: replacing remaining "widget" references by "component" (#910) #687

doc: replacing remaining "widget" references by "component" (#910)

doc: replacing remaining "widget" references by "component" (#910) #687

Workflow file for this run

name: ci
on:
push:
branches: [main, release/**]
jobs:
build:
needs: e2e-tests
uses: './.github/workflows/build.yml'
with:
docPath: ${{ github.ref_name }}
docPublish: true
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
validate-os:
uses: './.github/workflows/validate-os.yml'
e2e-tests:
uses: './.github/workflows/e2e-tests.yml'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}