Skip to content

switch to render backend #14

switch to render backend

switch to render backend #14

Workflow file for this run

on:
push:
branches: [master]
jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
env:
CI: ""
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build