Skip to content

XML register/edit support for MSR #16

XML register/edit support for MSR

XML register/edit support for MSR #16

name: NodeJS with Webpack
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'pnpm'
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
run: |
pnpm install
pnpm install -g @angular/cli
git config --global user.name "GhPages Deploy Bot"
git config --global user.email "[email protected]"
ng deploy -c test --repo=https://github.com/maritimeconnectivity/test-management-portal-pages --cname=test-management.maritimeconnectivity.net --dir="dist/management-portal-clr"