Merge pull request #1286 from actnwit/feat/gltf-anisotropy #1191
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |