From 6884fa8a3c8e0f455c4248ff84542b09d389466c Mon Sep 17 00:00:00 2001 From: Andrew Youn <52907065+ay0503@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:00:26 -0500 Subject: [PATCH] Update f24_nodebb-teamtbd.yml --- .github/workflows/f24_nodebb-teamtbd.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/f24_nodebb-teamtbd.yml b/.github/workflows/f24_nodebb-teamtbd.yml index 5fbd064b83..6fe62c9fe4 100644 --- a/.github/workflows/f24_nodebb-teamtbd.yml +++ b/.github/workflows/f24_nodebb-teamtbd.yml @@ -53,6 +53,11 @@ jobs: npm install ./nodebb-frontend-f24-team-tbd-1 ./nodebb build + - name: Enable Custom Theme and Build + run: | + ./nodebb activate theme nodebb-theme-harmony-custom + ./nodebb build + - name: 'Deploy to Azure Web App' id: deploy-to-webapp uses: azure/webapps-deploy@v2