Skip to content

Improve placement of model in curve3D render tab (#219) #250

Improve placement of model in curve3D render tab (#219)

Improve placement of model in curve3D render tab (#219) #250

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.