Skip to content

Update github ci and add editorconfig #5

Update github ci and add editorconfig

Update github ci and add editorconfig #5

Workflow file for this run

name: ghp-deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: |
npm ci
npm run build
git config --global user.email "hello@collinsmuriuki.xyz"
git config --global user.name "c12i"
npm run deploy