Skip to content

chore(related_message): add new related message for invoice.status_up… #318

chore(related_message): add new related message for invoice.status_up…

chore(related_message): add new related message for invoice.status_up… #318

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [main]
paths:
- website/**
- .github/workflows/documentation.yml
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 11.5.1
- uses: actions/setup-node@v4
with:
node-version: 24.x
cache: pnpm
cache-dependency-path: website/pnpm-lock.yaml
- name: Build website
working-directory: website
run: |
pnpm install --frozen-lockfile
pnpm build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.GH_ACTIONS_DEPLOY_KEY }}
publish_dir: ./website/build
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com