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

chore(NavigationBar): Github -> GitHub #88

chore(NavigationBar): Github -> GitHub

chore(NavigationBar): Github -> GitHub #88

Workflow file for this run

name: Pages Deployment
on:
push:
branches: [pages]
jobs:
pages:
name: Pages Deployment
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Build site
run: npm run build
- name: Deploy site
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: out