Skip to content

feat: add changeset events to timeline (#4738) #2003

feat: add changeset events to timeline (#4738)

feat: add changeset events to timeline (#4738) #2003

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- uses: cashapp/activate-hermit@v1.1.3
- name: Install dependencies
run: just pnpm-install
- name: Build website
run: cd docs && pnpm build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com