Skip to content

fix(build): computation of doc folder based on the version number (#110) #95

fix(build): computation of doc folder based on the version number (#110)

fix(build): computation of doc folder based on the version number (#110) #95

Workflow file for this run

name: ci
on:
push:
branches: [main]
jobs:
build:
needs: e2e-tests
uses: './.github/workflows/build.yml'
with:
docPath: main
docPublish: true
e2e-tests:
uses: './.github/workflows/e2e-tests.yml'