Skip to content

Commit a99ee95

Browse files
committed
Build Fix
1 parent 2339085 commit a99ee95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v1
24+
- name: Setup Hugo
25+
uses: peaceiris/actions-hugo@v3
26+
with:
27+
hugo-version: 'latest'
2428
- name: Use Node.js ${{ matrix.node-version }}
2529
uses: actions/setup-node@v1
2630
with:

0 commit comments

Comments
 (0)