Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Bump semver from 6.3.0 to 6.3.1 #16

Bump semver from 6.3.0 to 6.3.1

Bump semver from 6.3.0 to 6.3.1 #16

name: Build and deploy
on: [push, pull_request]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Setup checkout
uses: actions/checkout@v3
- name: Install dependencies
uses: borales/actions-yarn@v3.0.0
with:
cmd: install
- name: Build project
uses: borales/actions-yarn@v3.0.0
with:
cmd: build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_branch: gh-pages
cname: graph.dakskihedron.com