We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9203e53 commit 0252a50Copy full SHA for 0252a50
.github/workflows/production.yml
@@ -38,7 +38,10 @@ jobs:
38
repository: groupdocs/tutorials-theme
39
token: ${{ secrets.REPO_TOKEN }}
40
fetch-depth: 0
41
- path: themes/tutorials-theme
+ path: themes/tutorials-theme
42
+ - name: Install Theme Dependencies
43
+ run: npm install
44
+ working-directory: ./themes/tutorials-theme
45
# Step 2 - Sets up the latest version of Hugo
46
- name: Setup Hugo
47
uses: peaceiris/actions-hugo@v3
0 commit comments