Skip to content

Commit

Permalink
Update azure-deploy-f24.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanna-Cao authored Nov 13, 2024
1 parent 490a630 commit 586465b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,24 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Checkout repository and initialize submodules
uses: actions/checkout@v4
with:
submodules: 'true'

- name: Set up Node.js version
uses: actions/setup-node@v3
with:
node-version: '20.17.0'

- name: Initialize and update submodules
run: |
git submodule update --init --recursive
- name: Install NodeBB dependencies
run: |
npm install
- name: Set up NodeBB
run: |
./nodebb setup '{"url":"https://nodebb-sweepers.azurewebsites.net:443",
Expand All @@ -48,6 +59,9 @@ jobs:
# - name: Install frontend repo
# run: |
# npm i https://github.com/sschauk/nodebb-theme-quickstart.git
- name: Enable custom theme
run: |
./nodebb theme enable nodebb-theme-quickstart
- name: Build
run: |
Expand Down

0 comments on commit 586465b

Please sign in to comment.