Skip to content

refactor(education): remove API data #63

refactor(education): remove API data

refactor(education): remove API data #63

name: Build and Deploy to GitHub Pages
on:
push:
branches:
- master
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Setup Node.js 🛠️
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install Packages 🔧
run: npm ci
- name: Build Project 🏗️
run: npm run build
- name: Export Static HTML ⚡
run: npm run export
- name: Disable Jekyll Build 🔨
run: touch ./out/.nojekyll
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: out