Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Update README.md

Update README.md #82

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: ["main"]
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build
run: pnpm web:build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./apps/website/build
user_name: buapebot
user_email: 119761697+buapebot@users.noreply.github.com