diff --git a/.github/workflows/azure-deploy-f24.yml b/.github/workflows/azure-deploy-f24.yml index 2b6705e717..3542592995 100644 --- a/.github/workflows/azure-deploy-f24.yml +++ b/.github/workflows/azure-deploy-f24.yml @@ -53,10 +53,15 @@ jobs: uses: actions/checkout@v4 with: repository: 'cmu-313/nodebb-frontend-f24-team-bulbasaur' + + - name: Theme directory location run: | pwd - + - name: Theme directory ls + run: | + ls + - name: Set up frontend theme run: | npm install nodebb-frontend-f24-team-bulbasaur