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 Oct 24, 2024
1 parent ddf114b commit 07e5ce5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true # Initialize submodules
fetch-depth: 0 # Fetch the full repository to avoid shallow clone issues

- name: Set up Node.js version
Expand All @@ -50,10 +49,7 @@ jobs:
- name: Install NodeBB dependencies
run: npm install

- name: Update submodules
run: git submodule update --init --recursive --verbose

- name: Install frontend submodule
- name: Install theme dependencies
run: |
cd nodebb-theme-quickstart # Navigate to submodule directory
npm install # Install frontend repo dependencies
Expand Down

0 comments on commit 07e5ce5

Please sign in to comment.