Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Mar 19, 2024
1 parent 59b17b9 commit 8e5deb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ jobs:
fi
fi
echo "BUILD_COMMAND: $BUILD_COMMAND"
echo "BUILD_PATH: $BUILD_PATH"
- name: Build the workspace
run: |
echo "Building $BUILD_PATH, using command: $BUILD_COMMAND"
Expand Down

0 comments on commit 8e5deb3

Please sign in to comment.