From b2247b59d41cbea7007695335bd129709a787ebe Mon Sep 17 00:00:00 2001 From: osamu-kj Date: Sat, 8 Apr 2023 12:48:05 +0200 Subject: [PATCH] Workflow: update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6c9a8b..f16edb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 + - name: setup hugo + uses: peaceiris/actions-hugo@v2 - name: build run: hugo --minify - uses: bcomnes/deploy-to-neocities@v1