Skip to content

Commit 7bebe9c

Browse files
committed
spellcheck
1 parent 4214c9c commit 7bebe9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: '22'
2626
- run: npm ci
27-
- run: npm run build:specs
27+
- run: npm run build:spec
2828
- run: npm run build:docs
2929
- name: Deploy to GitHub Pages
3030
uses: peaceiris/actions-gh-pages@v4

.github/workflows/test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
run: npm install --frozen-lockfile
2727
- name: Test build website
2828
run: |
29-
npm run build:specs
29+
npm run build:spec
3030
npm run build:docs

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: 22
1414
- run: npm ci
15-
- run: npm run build:specs
15+
- run: npm run build:spec
1616
- run: npm run lint
1717
- name: Set up Go 1.x
1818
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)