We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbadd6 commit 92f155cCopy full SHA for 92f155c
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: [ "main" ]
8
9
+ # Allows you to run this workflow manually from the Actions tab
10
+ workflow_dispatch:
11
+
12
jobs:
13
build:
14
name: Build
@@ -35,27 +38,3 @@ jobs:
35
38
uses: borales/actions-yarn@v5
36
39
with:
37
40
cmd: pack
-
- docs:
- 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
56
- cmd: install --immutable
57
58
- - name: Build docs
59
60
61
- cmd: docs
0 commit comments