Skip to content

doc: add delegate action to actions specification (#495) #442

doc: add delegate action to actions specification (#495)

doc: add delegate action to actions specification (#495) #442

Workflow file for this run

name: CI
on: [push]
jobs:
build-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Build Docusaurus docs
run: |
cd website && npm install
npm run build
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}