Skip to content

feat(domain): change to www.agnosui.dev all the links (#950) (#954) #727

feat(domain): change to www.agnosui.dev all the links (#950) (#954)

feat(domain): change to www.agnosui.dev all the links (#950) (#954) #727

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 }}
e2e-tests:
uses: './.github/workflows/e2e-tests.yml'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}