Skip to content

Commit

Permalink
created theme dir for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a1inachen committed Oct 22, 2024
1 parent 8602aa0 commit 7c58f0a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,19 @@ jobs:
"redis:port": "6379",
"redis:password": "${{ secrets.REDIS_PASSWORD }}" }'
- name: Create theme directory
run: |
mkdir theme
- name: Checkout theme repository
uses: actions/checkout@v4
with:
repository: 'cmu-313/nodebb-frontend-f24-team-bulbasaur'
path: '/home/runner/work/nodebb-f24-team-bulbsaur/nodebb-f24-team-bulbsaur/nodebb-frontend-f24-team-bulbasaur'
path: 'theme/nodebb-frontend-f24-team-bulbasaur'

- name: Set up frontend theme
run: |
npm install nodebb-frontend-f24-team-bulbasaur
npm install theme/nodebb-frontend-f24-team-bulbasaur
- name: Rebuild NodeBB tpl
run: |
Expand Down

0 comments on commit 7c58f0a

Please sign in to comment.