Fix CIs (#3004)
* Fix CIs * Fix docs * Fix eslint-build * Move file * Move back * Fix server ci * Fix server ci * Fix server ci * Fix server ci * Deactivate e2e tests * Fix front * Fix front * Fix front * Add twenty-zapier and twenty-utils to the yarn project * fix * fix * Remove pull_request trigger
This commit is contained in:
6
.github/workflows/ci-docs.yaml
vendored
6
.github/workflows/ci-docs.yaml
vendored
@ -18,9 +18,9 @@ jobs:
|
||||
with:
|
||||
node-version: "18"
|
||||
- name: Docs / Install Dependencies
|
||||
run: cd docs && yarn
|
||||
run: yarn
|
||||
- name: Docs / Build Documentation
|
||||
run: cd docs && yarn build
|
||||
run: yarn nx build twenty-docs
|
||||
vale:
|
||||
name: runner / vale
|
||||
runs-on: ubuntu-latest
|
||||
@ -30,7 +30,7 @@ jobs:
|
||||
with:
|
||||
files: ${{ steps.directories.outputs.LIST }}
|
||||
fail_on_error: true
|
||||
vale_flags: "--minAlertLevel=error --config=docs/.vale.ini"
|
||||
vale_flags: "--minAlertLevel=error --config=packages/twenty-docs/.vale.ini"
|
||||
reporter: github-pr-check
|
||||
token: ${{ github.token }}
|
||||
filter_mode: nofilter
|
||||
|
||||
Reference in New Issue
Block a user