Skip to content

cherrypick iD#10303 (render the side tag) #63

cherrypick iD#10303 (render the side tag)

cherrypick iD#10303 (render the side tag) #63

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Build
on:
push:
branches: [linz-addr-mainline]
pull_request:
branches: [linz-addr-mainline]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.13.2]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: NODE_OPTIONS="--experimental-modules" npm run all
# - run: npm run test
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
branch: gh-pages
folder: dist