Skip to content

Commit e74ca02

Browse files
Merge pull request #56 from savitharaghunathan/savitharaghunathan-patch-4
🐛 Update gh-pages.yml
2 parents 8cd3b1f + 35f89bc commit e74ca02

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/gh-pages.yml

+8
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ jobs:
1414
with:
1515
submodules: true # Fetch Hugo themes (true OR recursive)
1616
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
17+
18+
- name: Setup Node.js
19+
uses: actions/setup-node@v3
20+
with:
21+
node-version: '18'
1722

23+
- name: Install PostCSS dependencies
24+
run: npm install
25+
1826
- name: Setup Hugo
1927
uses: peaceiris/actions-hugo@v2
2028
with:

0 commit comments

Comments
 (0)