Skip to content

fix: point to main

fix: point to main #96

Workflow file for this run

name: Publish to Github Pages
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
on:
push:
branches: ['main']
# Publish semver tags as releases.
tags: ['v*.*.*']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Publish to Github Pages
run: npm run deploy