Skip to content

Merge pull request #143 from ssssota/dependabot/npm_and_yarn/follow-r… #49

Merge pull request #143 from ssssota/dependabot/npm_and_yarn/follow-r…

Merge pull request #143 from ssssota/dependabot/npm_and_yarn/follow-r… #49

Workflow file for this run

name: Deploy Demo site
on:
workflow_dispatch:
push:
branches:
- main
jobs:
site-deploy:
runs-on: ubuntu-latest
timeout-minutes: 15
defaults:
run:
working-directory: site
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- uses: ./.github/actions/build
- run: pnpm build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: site/build