Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

chore(docs): update TOC #34

chore(docs): update TOC

chore(docs): update TOC #34

Workflow file for this run

name: Demo
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build demo
working-directory: ./demo
run: |
rustup toolchain add nightly-2022-04-07
rustup component add rust-src --toolchain nightly-2022-04-07
npm ci
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.6.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: demo/dist # The folder the action should deploy.