Skip to content

..

.. #305

Workflow file for this run

name: out
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install
run: |
npm ci
- name: Build
run: |
npm run build