tirbofish/dropbear · diff
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...
Signature present but could not be verified.
Unverified
@@ -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 +# name: Generate and Publish TypeScript Docs +
Large diffs are not rendered by default. Showing the first 50 of 585 lines. Show full diff