Skip to content

Update @rsbuild/core version and refine action terminology in audit logs #34

Update @rsbuild/core version and refine action terminology in audit logs

Update @rsbuild/core version and refine action terminology in audit logs #34

Workflow file for this run

name: github pages
on:
push:
branches:
- main
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: Build
run: |
bun install --frozen-lockfile
bun run build
cp CNAME dist/
cp .nojekyll dist/
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist