Skip to content

Moves API in chess bishops and chess rook (#144) #235

Moves API in chess bishops and chess rook (#144)

Moves API in chess bishops and chess rook (#144) #235

name: test-and-deploy
on:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-22.04
container:
image: node:20.15.0
steps:
- name: Checkout
uses: actions/checkout@v4
- name: test and build
run: |
npm ci
npm run test
npm run build
- name: Install rsync
run: |
apt-get update && apt-get install -y rsync
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist