Skip to content

feat: make boneMatrix 4x3 from 4x4 #1205

feat: make boneMatrix 4x3 from 4x4

feat: make boneMatrix 4x3 from 4x4 #1205

Workflow file for this run

name: 'API Documents'
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
jobs:
gen_api_docs:
name: Generate API documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install -g typescript@^4.0.3
- uses: actions/upload-artifact@v2
with:
name: Rhodonite-api-documents
path: docs/api