Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place

autodeploy docs

nekomimi.pet 01e66b1d 2417f0c8

verified
Changed files
+9 -4
.tangled
workflows
+9 -4
.tangled/workflows/deploy-wisp.yml
··· 16 16 github:NixOS/nixpkgs/nixpkgs-unstable: 17 17 - rustc 18 18 - cargo 19 + - bun 20 + 19 21 environment: 20 - # Customize these for your project 21 - SITE_PATH: 'testDeploy' 22 - SITE_NAME: 'wispPlaceDocs' 22 + WISP_HANDLE: 'wisp.place' 23 + SITE_PATH: 'docs/dist' 24 + SITE_NAME: 'docs' 23 25 steps: 24 26 - name: 'Initialize submodules' 25 27 command: | ··· 39 41 cargo build --release 40 42 ' 41 43 cd .. 42 - 44 + - name: 'Build docs' 45 + command: | 46 + cd docs 47 + bun run build 43 48 - name: 'Deploy to Wisp.place' 44 49 command: | 45 50 ./cli/target/release/wisp-cli \