Skip to content

Commit

Permalink
fix: fixes ci to fetch all branches and fixes the sdk-copy.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherferreira9 committed Oct 25, 2024
1 parent 9efe8f9 commit a767bd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Fetch all branches
run: git fetch --all

- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/react-demo/sdk-copy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SDK_DIR="$SDK_WORKSPACE_DIR/packages/sdk"
SDK_REACT_DIR="$SDK_WORKSPACE_DIR/packages/sdk-react"
SDK_REACT_UI_DIR="$SDK_WORKSPACE_DIR/packages/sdk-react-ui"

DAPP_DIR="$SDK_WORKSPACE_DIR/packages/examples/nextjs-demo"
DAPP_DIR="$SDK_WORKSPACE_DIR/packages/examples/react-demo"

echo "SDK_DIR: $SDK_DIR"
echo "COMM_LAYER_DIR: $COMM_LAYER_DIR"
Expand Down

0 comments on commit a767bd1

Please sign in to comment.