Skip to content

[Add] Update Novice-High docs #13

[Add] Update Novice-High docs

[Add] Update Novice-High docs #13

name: Deploy to GitHub Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 21
cache: npm
- name: Install dependencies
run: |
npm install
- name: Build website
run: |
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build