Skip to content

Fix iterator not loading all chunks (#75) #54

Fix iterator not loading all chunks (#75)

Fix iterator not loading all chunks (#75) #54

Workflow file for this run

name: Docs
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
permissions:
contents: write
on:
push:
branches: [main]
jobs:
all:
name: all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn docs
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs