mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 05:37:56 +00:00
fix(ci): checkout pezkuwi-sdk for docs generation
This commit is contained in:
@@ -14,11 +14,17 @@ jobs:
|
||||
quality-gate:
|
||||
name: Build, Lint & Test
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
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
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user