Skip to content

docs: update index, fix links, add mdBook output, and clean up TELOS #176

docs: update index, fix links, add mdBook output, and clean up TELOS

docs: update index, fix links, add mdBook output, and clean up TELOS #176

Workflow file for this run

name: Build
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v14
with:
name: holochain-ci
skipPush: true
- uses: Swatinem/rust-cache@v2
with:
workspaces: |
. -> target
vendor/hrea -> vendor/hrea/target
- name: Install dependencies
run: nix develop --command bun install
- name: Build happ
run: nix develop --command bun run build:happ