name: Node.js CI on: [push] jobs: build: steps: - run: ls - name: Use gitea Node.js uses: https://gitea.com/actions/setup-node@v4 with: node-version: '14' - name: Install Yarn run: npm install -g yarn - name: Install dependencies run: yarn install - name: Build Docusaurus website run: yarn build