Skip to content

Expand upon the introduction using some points from Pluto's readme (#65) #288

Expand upon the introduction using some points from Pluto's readme (#65)

Expand upon the introduction using some points from Pluto's readme (#65) #288

Workflow file for this run

name: Github Pages
on:
push:
branches: [ "main" ]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@main
- run: npm ci
- run: npm run build
- name: deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build