Skip to content

fix: Fix user export task moved to celery #1160

fix: Fix user export task moved to celery

fix: Fix user export task moved to celery #1160

Workflow file for this run

name: "Docs"
on:
push:
branches: [ '**' ]
env:
SB_BACKEND_BASE_IMAGE: python:3.11-slim-bullseye
jobs:
build:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node-version: [ 18, 20 ]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/workflows/actions/setup
with:
node-version: ${{ matrix.node-version }}
- shell: bash
run: pnpm install
--include-workspace-root
--frozen-lockfile
--filter=docs...
--filter=backend...
- name: Lint
shell: bash
run: pnpm nx run docs:lint
- name: Build
shell: bash
run: pnpm nx run docs:build