Skip to content

Merge pull request #93 from 111Online/feature/small-tweak #212

Merge pull request #93 from 111Online/feature/small-tweak

Merge pull request #93 from 111Online/feature/small-tweak #212

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist
token: ${{secrets.GH_PAT}}