mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-14 16:01:02 +00:00
fix(ci): checkout pezkuwi-sdk for docs generation
This commit is contained in:
@@ -14,11 +14,17 @@ jobs:
|
|||||||
quality-gate:
|
quality-gate:
|
||||||
name: Build, Lint & Test
|
name: Build, Lint & Test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Checkout Pezkuwi-SDK (for docs generation)
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: pezkuwichain/pezkuwi-sdk
|
||||||
|
path: Pezkuwi-SDK
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user