From 3d59d6d970f9ab90adee51fce467c48f1d8e45e0 Mon Sep 17 00:00:00 2001 From: Wivik <48727868+Wivik@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:35:34 +0200 Subject: [PATCH] ci: test workflow --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f05943..3054f69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,14 +27,14 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - path: sample/themes/ + path: sample/themes/vinyl-records-collection-theme - run: find . - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.110.0' + hugo-version: '0.116.0' - name: Run hugo build run: |