Skip to content

Commit

Permalink
update frontend installation in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a1inachen committed Oct 22, 2024
1 parent 3802ccd commit c5974c0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Current team directory
run: |
pwd
- name: Set up Node.js version
uses: actions/setup-node@v3
with:
Expand All @@ -53,18 +49,10 @@ 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
npm install cmu-313/nodebb-frontend-f24-team-bulbasaur
- name: Rebuild NodeBB tpl
run: |
Expand Down

0 comments on commit c5974c0

Please sign in to comment.