Skip to content

Commit

Permalink
updated syntax of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a1inachen committed Oct 22, 2024
1 parent 1d9b7f7 commit 3802ccd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,15 @@ 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
Expand Down

0 comments on commit 3802ccd

Please sign in to comment.