Skip to content

Commit

Permalink
disable docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozyra95 committed Feb 2, 2025
1 parent e2ebd84 commit 40a1be2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 75 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/deploy_docs.yml

This file was deleted.

8 changes: 1 addition & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
with:
version: 9

- name: 🛠 Setup Node.JS
Expand Down Expand Up @@ -68,9 +68,3 @@ jobs:
working-directory: ./generate
run: |
cargo run --bin generate_from_types -- --check
- name: 🖋️ Run website lint + typecheck + build
working-directory: ./docs
run: |
npm ci
npm run typecheck && npm run lint --max-warnings=0 && npm run build

0 comments on commit 40a1be2

Please sign in to comment.