Skip to content

Fix animated curve3D model display width (#223) #251

Fix animated curve3D model display width (#223)

Fix animated curve3D model display width (#223) #251

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Use Node.js 💻
uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Install Dependencies 📦
run: |
yarn --frozen-lockfile
- name: Build Modules 🔧
run: yarn run build --tsc --lint
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build # The folder the action should deploy.