Skip to content

feat: redesign JSREI button with sophisticated dark theme #13

feat: redesign JSREI button with sophisticated dark theme

feat: redesign JSREI button with sophisticated dark theme #13

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main # 触发分支
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website