Skip to content

Commit

Permalink
build: updated build to copy examples file
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Mar 15, 2024
1 parent 35efc13 commit 971fa7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,12 @@ jobs:
path: "docs"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_WIKI_PERSONAL_ACCESS_TOKEN }}

- name: Copy example to root
run: cp docs/EXAMPLES.md EXAMPLES.md

- name: Commit Example
uses: EndBug/add-and-commit@v9
with:
add: EXAMPLES.md
message: 'chore: updating example file'
1 change: 0 additions & 1 deletion packages/server-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
},
"dependencies": {
"@vonage/auth": "^1.9.1",
"@vonage/conversations": "1.1.1",
"@vonage/vetch": "^1.7.1",
"debug": "^4.3.4",
"lodash.camelcase": "^4.3.0",
Expand Down

0 comments on commit 971fa7d

Please sign in to comment.