Skip to content

Merge pull request #14 from AmbireTech/fix/network-confusion-smart-ac… #16

Merge pull request #14 from AmbireTech/fix/network-confusion-smart-ac…

Merge pull request #14 from AmbireTech/fix/network-confusion-smart-ac… #16

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and Build
run: npm ci --legacy-peer-deps && npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.ACCESS_TOKEN }}
publish_dir: ./build
publish_branch: gh-pages
cname: sigtool.ambire.com