Skip to content

Update rayon versions #1

Update rayon versions

Update rayon versions #1

Workflow file for this run

name: Demo
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build demo
working-directory: ./demo
run: |
rustup toolchain add nightly-2022-12-12
rustup component add rust-src --toolchain nightly-2022-12-12
npm ci
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
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.