Skip to content

Commit 92f155c

Browse files
authored
Update ci.yml
1 parent fcbadd6 commit 92f155c

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

.github/workflows/ci.yml

+3-24
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ "main" ]
88

9+
# Allows you to run this workflow manually from the Actions tab
10+
workflow_dispatch:
11+
912
jobs:
1013
build:
1114
name: Build
@@ -35,27 +38,3 @@ jobs:
3538
uses: borales/actions-yarn@v5
3639
with:
3740
cmd: pack
38-
39-
docs:
40-
name: Docs
41-
runs-on: ubuntu-latest
42-
timeout-minutes: 10
43-
steps:
44-
- name: Checkout code
45-
uses: actions/checkout@v4
46-
47-
- name: Use Node.js 20.x
48-
uses: actions/setup-node@v4
49-
with:
50-
node-version: 20.x
51-
cache: 'npm'
52-
53-
- name: Install dependencies
54-
uses: borales/actions-yarn@v5
55-
with:
56-
cmd: install --immutable
57-
58-
- name: Build docs
59-
uses: borales/actions-yarn@v5
60-
with:
61-
cmd: docs

0 commit comments

Comments
 (0)