kitgit

tirbofish/dropbear · diff

bfddeec · tk

Merge pull request #46 features: optimised model loading, added world loading status, changed from WASM to boa_engine jarvis, run github actions. i think this commit deserves a nightly action (not public enough yet lol)

Unverified

diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
deleted file mode 100644
index 9b23cc7..0000000
--- a/.github/workflows/docs.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-name: Generate and Publish TypeScript Docs
-
-on:
-  push:
-    branches: [ main ]
-  workflow_dispatch:
-
-permissions:
-  contents: read
-  pages: write
-
-jobs:
-  build-and-deploy:
-    runs-on: ubuntu-latest
-
-    steps:
-      - name: Checkout
-        uses: actions/checkout@v4
-
-      - name: Setup Node.js
-        uses: actions/setup-node@v4
-        with:
-          node-version: 18
-
-      - name: Cache npm
-        uses: actions/cache@v4
-        with:
-          path: ~/.npm
-          key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
-          restore-keys: |
-            ${{ runner.os }}-node-
-
-      - name: Generate TypeScript docs
-        run: |
-          chmod +x scripts/gen_docs.sh
-          ./scripts/gen_docs.sh
-
-      - name: Deploy to GitHub Pages
-        uses: peaceiris/actions-gh-pages@v3
-        with:
-          github_token: ${{ secrets.PAGES_PAT }}
-          publish_dir: ./docs
\ No newline at end of file
diff --git a/Cargo.toml b/Cargo.toml

Large diffs are not rendered by default. Showing the first 50 of 8597 lines. Show full diff