Skip to content

Commit 0252a50

Browse files
committed
Update production.yml
1 parent 9203e53 commit 0252a50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/production.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ jobs:
3838
repository: groupdocs/tutorials-theme
3939
token: ${{ secrets.REPO_TOKEN }}
4040
fetch-depth: 0
41-
path: themes/tutorials-theme
41+
path: themes/tutorials-theme
42+
- name: Install Theme Dependencies
43+
run: npm install
44+
working-directory: ./themes/tutorials-theme
4245
# Step 2 - Sets up the latest version of Hugo
4346
- name: Setup Hugo
4447
uses: peaceiris/actions-hugo@v3

0 commit comments

Comments
 (0)