kitgit

tirbofish/dropbear · commit

06d302b9818e9ac281b1dbc4575b4351f8833521

dropped back down to wgpu 25 as I do not need the extra features, and it kept breaking itself on release builds. like a mf, it works hella fast i think this is worthy of a jarvis, run github actions command just because everything works as intended. anyways, still working on scripting...

Unverified

tk <4tkbytes@pm.me> · 2025-09-16 11:54

view full diff

diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 9b23cc7..69967f7 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -1,42 +1,42 @@
-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
+# name: Generate and Publish TypeScript Docs
+

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