Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikalai-snap authored Mar 25, 2024
1 parent fcbadd6 commit 92f155c
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 92f155c

Please sign in to comment.