mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Adding create:guide command to CI
This commit is contained in:
parent
81acb4a7e9
commit
8b164b9f85
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -191,4 +191,16 @@ jobs:
|
||||
create_guide:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache@v2
|
||||
env:
|
||||
cache-name: cache-node-modules
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-lint-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: ${{ runner.os }}-lint-${{ env.cache-name }}-
|
||||
- run: npm run create:guide
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ src/metadata\.json
|
||||
.idea
|
||||
.vscode
|
||||
.DS_Store
|
||||
CodeExamples.md
|
Loading…
x
Reference in New Issue
Block a user