From c972bee2825623bfb734b1ac96e5349a6aaf2b44 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 20 Feb 2023 21:02:33 -0800 Subject: [PATCH] Rename Install Hugo to Setup Hugo --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 14302394..c2429384 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3 with: submodules: recursive - - name: Install Hugo + - name: Setup Hugo run: sudo apt-get install hugo - id: pages name: Setup Pages @@ -35,7 +35,7 @@ jobs: # uses: actions/checkout@v3 # with: # submodules: recursive - # - name: Install Hugo + # - name: Setup Hugo # run: choco install hugo # - name: Build # run: |