Skip to content

Commit

Permalink
make sure examples folder exists
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-parkhill authored Oct 25, 2024
1 parent d4a36d9 commit 861a682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
# Specify the files or directories you want to copy
cp -r docs/* knowledge-base/developer-documentation/wallet-sdk
cp README.md knowledge-base/developer-documentation/wallet-sdk/README.md
cp -r examples/ knowledge-base/developer-documentation/wallet-sdk/
mkdir knowledge-base/developer-documentation/wallet-sdk/examples
cp -r examples/* knowledge-base/developer-documentation/wallet-sdk/examples/
- name: Get branch name
id: get_branch
Expand Down

0 comments on commit 861a682

Please sign in to comment.