[DNM] Add raster-dem encoding properties #3
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: Docs - Build and Deploy | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build-test-deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 18 | |
- name: Install NPM packages | |
run: npm ci | |
- name: Build style spec | |
run: | | |
npm run generate-style-spec | |
npm run generate-typings | |
- name: Build docs | |
run: | | |
cd ./docs | |
npm ci | |
npm run build |