Skip to content

Commit

Permalink
Update update-refs-in-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-skyflow authored Nov 21, 2023
1 parent 4af731c commit 94acb82
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/update-refs-in-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:

- name: install modules
run: |
npm install
npm run docs-gen
# npm install
- name: Generate Node SDK references
run: |
# npm run docs-gen
cd ..
mkdir docs
cd docs/
echo "This is the content from node sdk" > node-ref-file.txt
cd ../..
mkdir refs
ls
cp skyflow-node/docs/* refs/
Expand Down

0 comments on commit 94acb82

Please sign in to comment.