Skip to content

Merge pull request #103 from 111Online/feature/show-tell-10.12.24 #222

Merge pull request #103 from 111Online/feature/show-tell-10.12.24

Merge pull request #103 from 111Online/feature/show-tell-10.12.24 #222

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: 20
- 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}}