Skip to content

Merge branch 'develop' of ssh://github.com/eliandoran/toolkit into de… #3

Merge branch 'develop' of ssh://github.com/eliandoran/toolkit into de…

Merge branch 'develop' of ssh://github.com/eliandoran/toolkit into de… #3

Workflow file for this run

name: Deploy to GitHub pages
on:
push:
branches: [ develop ]
jobs:
deploy:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Run the build
run: |
npm install
npm run build