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

Update README to say repo is archived #33

Update README to say repo is archived

Update README to say repo is archived #33

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/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.