From 92f155c530cefd3ca8d38c47abb36d2f3fe31862 Mon Sep 17 00:00:00 2001 From: Mikalai Silivonik Date: Mon, 25 Mar 2024 12:35:38 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0ed870..b502d84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ "main" ] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: build: name: Build @@ -35,27 +38,3 @@ jobs: uses: borales/actions-yarn@v5 with: cmd: pack - - docs: - name: Docs - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Use Node.js 20.x - uses: actions/setup-node@v4 - with: - node-version: 20.x - cache: 'npm' - - - name: Install dependencies - uses: borales/actions-yarn@v5 - with: - cmd: install --immutable - - - name: Build docs - uses: borales/actions-yarn@v5 - with: - cmd: docs