Skip to content

Commit 2678dea

Browse files
committed
fix: Fixed job to install hugo
1 parent 9c942a0 commit 2678dea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
uses: actions/checkout@v3
2020
- name: Install dependencies
2121
run: cd tests && npm ci
22+
- name: Setup Hugo
23+
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
24+
with:
25+
hugo-version: "0.134.2"
26+
extended: true
2227
- name: Install Playwright browsers
2328
run: npx playwright install --with-deps
2429
- name: Run Playwright tests

0 commit comments

Comments
 (0)