Skip to content

Merge pull request #105 from 111Online/feature/show-tell-07.01.25 #224

Merge pull request #105 from 111Online/feature/show-tell-07.01.25

Merge pull request #105 from 111Online/feature/show-tell-07.01.25 #224

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