Skip to content

Merge branch 'master' of https://github.com/nus-cs3281/2024 #270

Merge branch 'master' of https://github.com/nus-cs3281/2024

Merge branch 'master' of https://github.com/nus-cs3281/2024 #270

Workflow file for this run

name: MarkBind Deploy
on: [push]
jobs:
build_and_deploy:
runs-on: ubuntu-latest
name: Build & Deploy to GitHub Pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm i -g markbind-cli
- run: markbind deploy --ci