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

Merge pull request #20 from salman2013/salman/remove-bok-choy-refrence #26

Merge pull request #20 from salman2013/salman/remove-bok-choy-refrence

Merge pull request #20 from salman2013/salman/remove-bok-choy-refrence #26

Workflow file for this run

name: Deploy Github Pages
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.
clean: true # Automatically remove deleted files from the deploy branch