Skip to content

Merge pull request #99 from 111Online/feature/show-tell-22.11.24 #218

Merge pull request #99 from 111Online/feature/show-tell-22.11.24

Merge pull request #99 from 111Online/feature/show-tell-22.11.24 #218

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_PN_20250920}}