File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 node-version : ' 22'
2626 - run : npm ci
27- - run : npm run build
27+ - run : npm run build:specs
2828 - run : npm run build:docs
2929 - name : Deploy to GitHub Pages
3030 uses : peaceiris/actions-gh-pages@v4
Original file line number Diff line number Diff line change 44 pull_request :
55 branches :
66 - main
7- # Review gh actions docs if you want to further define triggers, paths, etc
8- # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
97 workflow_dispatch :
108
119jobs :
2826 run : npm install --frozen-lockfile
2927 - name : Test build website
3028 run : |
31- npm run build
29+ npm run build:specs
3230 npm run build:docs
Original file line number Diff line number Diff line change 1212 with :
1313 node-version : 22
1414 - run : npm ci
15- - run : npm run build
15+ - run : npm run build:specs
1616 - run : npm run lint
1717 - name : Set up Go 1.x
1818 uses : actions/setup-go@v2
You can’t perform that action at this time.
0 commit comments