Skip to content

Merge branch 'master' into fix--storage-staking #675

Merge branch 'master' into fix--storage-staking

Merge branch 'master' into fix--storage-staking #675

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 }}