Skip to content

Fix render operation not working #13

Fix render operation not working

Fix render operation not working #13

Workflow file for this run

name: Deploy GitHub Pages
on:
push:
branches:
- "deploy"
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v3
- name: 🔧 Install and Build
run: |
npm install
npm run build
- name: 🚀 Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist