A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove Github Pages deploy for docs

Trezy ac4a97b5 84eb1dce

-35
-34
.github/workflows/docs.yml
··· 1 - name: Deploy Docs 2 - 3 - on: 4 - push: 5 - branches: [main] 6 - paths: 7 - - packages/docs/** 8 - - .github/workflows/docs.yml 9 - 10 - jobs: 11 - deploy-docs: 12 - if: github.ref == 'refs/heads/main' 13 - runs-on: depot-ubuntu-24.04 14 - permissions: 15 - contents: write 16 - 17 - steps: 18 - - name: Checkout repository 19 - uses: actions/checkout@v4 20 - 21 - - name: Setup Bun 22 - uses: oven-sh/setup-bun@v2 23 - 24 - - name: Install dependencies 25 - run: bun install 26 - 27 - - name: Build docs 28 - run: bun run --filter @happyview/docs build 29 - 30 - - name: Deploy to GitHub Pages 31 - uses: peaceiris/actions-gh-pages@v4 32 - with: 33 - github_token: ${{ secrets.GITHUB_TOKEN }} 34 - publish_dir: packages/docs/build
-1
packages/docs/static/CNAME
··· 1 - happyview.dev