From 047e1724668885ee1a82cfec94d2d113c1bf550e Mon Sep 17 00:00:00 2001 From: Yaacov Rydzinski Date: Tue, 26 Nov 2024 19:18:23 +0200 Subject: [PATCH] remove from ci --- .github/workflows/ci.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bc499949f..20cb72df95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -243,32 +243,3 @@ jobs: with: name: denoDist path: ./denoDist - - build-website-dist: - name: Build website - runs-on: ubuntu-latest - permissions: - contents: read # for actions/checkout - steps: - - name: Checkout repo - uses: actions/checkout@v4 - with: - persist-credentials: false - - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - cache: npm - node-version-file: '.node-version' - - - name: Install Dependencies - run: npm ci --ignore-scripts - - - name: Build Docs - run: npm run build:website - - - name: Upload denoDist package - uses: actions/upload-artifact@v4 - with: - name: websiteDist - path: ./websiteDist