Skip to content

Bump solid-start-static from 0.2.26 to 0.3.10 (#216) #46

Bump solid-start-static from 0.2.26 to 0.3.10 (#216)

Bump solid-start-static from 0.2.26 to 0.3.10 (#216) #46

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install
run: npm i --legacy-peer-deps
- name: build
run: npm run build
- name: deploy pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist/public