Skip to content

Update README.md

Update README.md #7

Workflow file for this run

name: Publish GitHub Pages
on:
push:
branches:
- 'main'
jobs:
publish:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Check out
# You may use a newer version of https://github.com/actions/checkout
uses: actions/checkout@v4
- name: Publish current workdir to GitHub Pages
uses: rayluo/[email protected]
with:
source-directory: dist
target-branch: gh-pages