Skip to content

Commit

Permalink
Update docs-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-parkhill authored Oct 25, 2024
1 parent dc7238f commit f58c959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Copy files
run: |
# Specify the files or directories you want to copy
mkdir -p knowledge-base/developer-documentation/wallet-sdk/examples
cp -r docs/* knowledge-base/developer-documentation/wallet-sdk/
cp README.md knowledge-base/developer-documentation/wallet-sdk/README.md
mkdir knowledge-base/developer-documentation/wallet-sdk/examples
cp -r examples/* knowledge-base/developer-documentation/wallet-sdk/examples/
- name: Get branch name
Expand Down

0 comments on commit f58c959

Please sign in to comment.