Skip to content

Attempt Netlify CI

Attempt Netlify CI #1

Workflow file for this run

name: Release
# on:
# release:
# types: [published]
# branches: [main]
on:
push: # Branch pushes only, not tags
branches:
- '**'
jobs:
deploy:
name: Deploy to Netlify
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install -g netlify-cli