1
0
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:
Jamie Hewitt 2022-05-17 11:38:30 +03:00
parent 81acb4a7e9
commit 8b164b9f85
2 changed files with 14 additions and 1 deletions

View File

@ -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
View File

@ -10,3 +10,4 @@ src/metadata\.json
.idea
.vscode
.DS_Store
CodeExamples.md