We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4214c9c commit 7bebe9cCopy full SHA for 7bebe9c
.github/workflows/deploy.yaml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
node-version: '22'
26
- run: npm ci
27
- - run: npm run build:specs
+ - run: npm run build:spec
28
- run: npm run build:docs
29
- name: Deploy to GitHub Pages
30
uses: peaceiris/actions-gh-pages@v4
.github/workflows/test-deploy.yaml
@@ -26,5 +26,5 @@ jobs:
run: npm install --frozen-lockfile
- name: Test build website
run: |
- npm run build:specs
+ npm run build:spec
npm run build:docs
.github/workflows/test.yaml
@@ -12,7 +12,7 @@ jobs:
12
13
node-version: 22
14
15
16
- run: npm run lint
17
- name: Set up Go 1.x
18
uses: actions/setup-go@v2
0 commit comments