Skip to content

Update README with streamlined content focusing on live demo URLs #8

Update README with streamlined content focusing on live demo URLs

Update README with streamlined content focusing on live demo URLs #8

Workflow file for this run

name: 🚀 Simple Deploy
on:
push:
branches: [ master ]
workflow_dispatch:
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./
publish_branch: gh-pages