Skip to content

Commit

Permalink
checking tutor root
Browse files Browse the repository at this point in the history
  • Loading branch information
kaldan007 authored Mar 6, 2025
1 parent c34bc30 commit 072c753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
ssh -o StrictHostKeyChecking=no ${{ secrets.SSH_USERNAME }}@${{ secrets.STAGING_EC2_IP_ADDRESS }} << 'EOF'
# Ensure Tutor is set up correctly
TUTOR_ROOT=$(tutor config printroot)
echo $TUTOR_ROOT
# Navigate to the theme directory using theme from GitHub secret
cd "$TUTOR_ROOT/env/build/openedx/themes/${{ secrets.THEME_NAME }}"
Expand Down

0 comments on commit 072c753

Please # to comment.